Packages

o

edu.cmu.cs.ls.keymaerax.tools.qe

DefaultSMTConverter

object DefaultSMTConverter extends SMTConverter

A default SMT converter with output as preferred by KeYmaera X.

Linear Supertypes
SMTConverter, (Formula) ⇒ String, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultSMTConverter
  2. SMTConverter
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def andThen[A](g: (String) ⇒ A): (Formula) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(expr: Formula): String

    Convert given formula to an SMTLib specification that, if SMT(\result) returns unsat says that expr is valid.

    Convert given formula to an SMTLib specification that, if SMT(\result) returns unsat says that expr is valid.

    Definition Classes
    SMTConverter → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def compose[A](g: (A) ⇒ Formula): (A) ⇒ String
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def convertFormula(f: Formula): String

    Convert KeYmaera X formula to string in SMT notation

    Convert KeYmaera X formula to string in SMT notation

    Attributes
    protected
    Definition Classes
    SMTConverter
  10. def convertQuantified(f: Quantified, op: String): String

    Converts a quantified formula, converts nested quantifiers into block quantifier.

    Converts a quantified formula, converts nested quantifiers into block quantifier.

    Attributes
    protected
    Definition Classes
    SMTConverter
  11. def convertTerm(t: Term): String

    Convert KeYmaera X term to string in SMT notation

    Convert KeYmaera X term to string in SMT notation

    Attributes
    protected
    Definition Classes
    SMTConverter
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def generateSMT(expr: Expression): (String, String)

    Convert KeYmaera X expression to SMT form which contains: variable/function declaration and converted SMT formula

    Convert KeYmaera X expression to SMT form which contains: variable/function declaration and converted SMT formula

    Definition Classes
    SMTConverter
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from SMTConverter

Inherited from (Formula) ⇒ String

Inherited from AnyRef

Inherited from Any

Ungrouped