Packages

final class Z3QETool extends Tool with QETool with ToolOperationManagement

Z3 trusted quantifier elimination tool.

See also

edu.cmu.cs.ls.keymaerax.btactics.Z3ToolProvider to obtain instances of Z3 that are properly initialized and installed/updated. Created by smitsch on 4/27/15.

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

Instance Constructors

  1. new Z3QETool()

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
    Z3QEToolTool
  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
    Z3QEToolToolOperationManagement
  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
    Z3QEToolToolOperationManagement
  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
    Z3QEToolTool
  15. def isInitialized: Boolean

    Checks whether this tool has been initialized already.

    Checks whether this tool has been initialized already.

    Definition Classes
    Z3QEToolTool
  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
    Z3QEToolTool
  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 quantifierElimination(formula: Formula): Formula

    Returns a quantifier-free formula that is equivalent to the specified formula.

    Returns a quantifier-free formula that is equivalent to the specified formula.

    formula

    The formula whose quantifier-free equivalent is sought.

    returns

    An equivalent quantifier-free formula.

    Definition Classes
    Z3QEToolQETool
  22. 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
    Z3QEToolTool
  23. 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
    Z3QEToolToolOperationManagement
  24. def shutdown(): Unit

    Shutdown the tool

    Shutdown the tool

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

Inherited from ToolOperationManagement

Inherited from ToolInterface

Inherited from QETool

Inherited from Tool

Inherited from AnyRef

Inherited from Any

Ungrouped