Packages

c

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

BigDecimalTool

final class BigDecimalTool extends Tool with QETacticTool with ToolOperationManagement

Big decimal quantifier elimination tool for tactics, forwards to BigDecimalQETool.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigDecimalTool
  2. ToolOperationManagement
  3. ToolInterface
  4. QETacticTool
  5. Tool
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BigDecimalTool()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cancel(): Boolean

    Cancels the current tool operation and returns true on success, false otherwise.

    Cancels the current tool operation and returns true on success, false otherwise.

    Definition Classes
    BigDecimalToolTool
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getAvailableWorkers: Int

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    BigDecimalToolToolOperationManagement
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getOperationTimeout: Int

    Returns the timeout duration.

    Returns the timeout duration.

    Definition Classes
    BigDecimalToolToolOperationManagement
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def init(config: Map[String, String]): Unit

    Initializes the tool with tool-specific configuration parameters.

    Initializes the tool with tool-specific configuration parameters.

    Definition Classes
    BigDecimalToolTool
  15. def isInitialized: Boolean

    Checks whether this tool has been initialized already.

    Checks whether this tool has been initialized already.

    Definition Classes
    BigDecimalToolTool
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val name: String

    Returns the name of the tool.

    Returns the name of the tool.

    Definition Classes
    BigDecimalToolTool
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def qe(g: Goal, continueOnFalse: Boolean): (Goal, Formula)

    Returns the result of the first-to-finish (sub-)goal in g (result of the first-to-finish sub-goal of OneOf, else result of Atom or AllOf).

    Returns the result of the first-to-finish (sub-)goal in g (result of the first-to-finish sub-goal of OneOf, else result of Atom or AllOf). When continueOnFalse is set, continues trying other options in case a finished option's result is false.

    Definition Classes
    BigDecimalToolQETacticTool
  22. def qe(formula: Formula): Lemma

    Returns a lemma witnessing equivalence between a quantifier-free formula and the specified formula.

    Returns a lemma witnessing equivalence between a quantifier-free formula and the specified formula.

    formula

    The formula whose quantifier-free equivalent is sought.

    returns

    A lemma showing equivalence between formula and a quantifier-free formula, with tool evidence.

    Definition Classes
    BigDecimalToolQETacticTool
  23. def restart(): Unit

    Check whether the managed tool is still alive and restart it if need be.

    Check whether the managed tool is still alive and restart it if need be.

    Definition Classes
    BigDecimalToolTool
  24. def setOperationTimeout(timeout: Int): Unit

    Sets a maximum duration of this tool's operations (e.g., QE).

    Sets a maximum duration of this tool's operations (e.g., QE).

    Definition Classes
    BigDecimalToolToolOperationManagement
  25. def shutdown(): Unit

    Shutdown the tool

    Shutdown the tool

    Definition Classes
    BigDecimalToolTool
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ToolOperationManagement

Inherited from ToolInterface

Inherited from QETacticTool

Inherited from Tool

Inherited from AnyRef

Inherited from Any

Ungrouped