Packages

c

edu.cmu.cs.ls.keymaerax.tools.ext

MathematicaEquationSolverTool

class MathematicaEquationSolverTool extends BaseKeYmaeraMathematicaBridge[KExpr] with EquationSolverTool

A link to Mathematica using the JLink interface.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MathematicaEquationSolverTool
  2. EquationSolverTool
  3. ToolInterface
  4. BaseKeYmaeraMathematicaBridge
  5. KeYmaeraMathematicaBridge
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MathematicaEquationSolverTool(link: MathematicaLink)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DEBUG: Boolean
    Attributes
    protected
    Definition Classes
    BaseKeYmaeraMathematicaBridge
  5. val MEMORY_LIMIT_OFF: Long

    Default memory limit: no limit.

    Default memory limit: no limit.

    Definition Classes
    BaseKeYmaeraMathematicaBridge
  6. val TIMEOUT_OFF: Int

    Default timeout for Mathematica requests: no timeout.

    Default timeout for Mathematica requests: no timeout.

    Definition Classes
    BaseKeYmaeraMathematicaBridge
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def availableWorkers: Int
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def init(): Boolean
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val k2m: K2MConverter[KExpr]
  18. val link: MathematicaLink
  19. val m2k: M2KConverter[KExpr]
  20. var mathematicaExecutor: ToolExecutor
    Attributes
    protected
    Definition Classes
    BaseKeYmaeraMathematicaBridge
  21. def memoryConstrained(cmd: String): String
    Attributes
    protected
    Definition Classes
    BaseKeYmaeraMathematicaBridge
  22. def memoryConstrained(cmd: MExpr): MExpr
    Attributes
    protected
    Definition Classes
    BaseKeYmaeraMathematicaBridge
  23. var memoryLimit: Long

    Memory limit for Mathematica requests in MB, set to MEMORY_LIMIT_OFF to disable.

    Memory limit for Mathematica requests in MB, set to MEMORY_LIMIT_OFF to disable.

    Definition Classes
    BaseKeYmaeraMathematicaBridge
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def run(cmd: MExpr): (String, KExpr)

    Runs Mathematica command cmd, with Mathematica exception checking.

    Runs Mathematica command cmd, with Mathematica exception checking.

    Definition Classes
    BaseKeYmaeraMathematicaBridgeKeYmaeraMathematicaBridge
  28. def runUnchecked(cmd: String): (String, KExpr)

    Runs Mathematica command cmd without safeguarding by exception checking for Mathematica results.

    Runs Mathematica command cmd without safeguarding by exception checking for Mathematica results.

    Definition Classes
    BaseKeYmaeraMathematicaBridgeKeYmaeraMathematicaBridge
  29. def shutdown(): Unit
  30. def solve(equations: Formula, vars: List[Expression]): Option[Formula]

    Computes the symbolic solution of an equation system written as a conjunction of equations.

    Computes the symbolic solution of an equation system written as a conjunction of equations.

    equations

    The system of equations as a conjunction of equations.

    vars

    The variables or symbols to solve for. Within reason, it may also be possible to solve for compound expressions like solve for j(z).

    returns

    The solution if found; None otherwise The solution should be a conjunction of explicit equations for the vars. Or a disjunction of a conjunction of explicit equations for the vars.

    Definition Classes
    MathematicaEquationSolverToolEquationSolverTool
    Example:
    1. solve("z+1=3&x+5=z-1".asFormula, Variable("z")::Variable("x")::Nil) == Some("z=2&x=-4")
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def timeConstrained(cmd: String): String
    Attributes
    protected
    Definition Classes
    BaseKeYmaeraMathematicaBridge
  33. def timeConstrained(cmd: MExpr): MExpr
    Attributes
    protected
    Definition Classes
    BaseKeYmaeraMathematicaBridge
  34. var timeout: Int

    Timeout for Mathematica requests in seconds, set to TIMEOUT_OFF to disable.

    Timeout for Mathematica requests in seconds, set to TIMEOUT_OFF to disable.

    Definition Classes
    BaseKeYmaeraMathematicaBridge
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from EquationSolverTool

Inherited from ToolInterface

Inherited from AnyRef

Inherited from Any

Ungrouped