Packages

final class Z3 extends Tool with QETacticTool with SimplificationTool with ToolOperationManagement

Z3 quantifier elimination tool for tactics.

See also

edu.cmu.cs.ls.keymaerax.btactics.Z3ToolProvider to obtain instances of Z3 that are properly initialized and installed/updated.

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

Instance Constructors

  1. new Z3()

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
    Z3Tool
  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
    Z3ToolOperationManagement
  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
    Z3ToolOperationManagement
  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
    Z3Tool
  15. def isInitialized: Boolean

    Checks whether this tool has been initialized already.

    Checks whether this tool has been initialized already.

    Definition Classes
    Z3Tool
  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
    Z3Tool
  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
    Z3QETacticTool
  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
    Z3QETacticTool
  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
    Z3Tool
  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
    Z3ToolOperationManagement
  25. def shutdown(): Unit

    Shutdown the tool

    Shutdown the tool

    Definition Classes
    Z3Tool
  26. def simplify(expr: Term, assumptions: List[Formula]): Term

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Z3SimplificationTool
  27. def simplify(expr: Formula, assumptions: List[Formula]): Formula

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    Z3SimplificationTool
  28. def simplify(expr: Expression, assumptions: List[Formula]): Expression

    Simplifies the given expression expr, under the list of assumptions.

    Simplifies the given expression expr, under the list of assumptions.

    expr

    The formula or term to simplify.

    assumptions

    The list of logical formulas whose conjunction is assumed to hold during the simplification. The assumptions are allowed to contain additional conjunctions.

    returns

    A simplified version of expr.

    Definition Classes
    Z3SimplificationTool
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ToolOperationManagement

Inherited from SimplificationTool

Inherited from ToolInterface

Inherited from QETacticTool

Inherited from Tool

Inherited from AnyRef

Inherited from Any

Ungrouped