Object/Class

ap.parser

SMTLineariser

Related Docs: class SMTLineariser | package parser

Permalink

object SMTLineariser

Class for printing IFormulas in the SMT-LIB 2 format

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SMTLineariser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class IllegalStringException extends Exception

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(term: ITerm): Unit

    Permalink
  5. def apply(formula: IFormula, constantType: (ConstantTerm) ⇒ Option[SMTType], functionType: (IFunction) ⇒ Option[SMTFunctionType], predType: (Predicate) ⇒ Option[SMTFunctionType], prettyBitvectors: Boolean = true): Unit

    Permalink
  6. def apply(formula: IFormula): Unit

    Permalink
  7. def apply(expr: IExpression): Unit

    Permalink
  8. def applyNoPrettyBitvectors(term: ITerm): Unit

    Permalink
  9. def applyNoPrettyBitvectors(formula: IFormula): Unit

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def asString(t: ITerm): String

    Permalink
  12. def asString(formula: IFormula): String

    Permalink
  13. def asString(t: IExpression): String

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def escapeSQString(str: String): String

    Permalink

    Unescape a single-quoted string; the only recognised escape sequence is

  18. def escapeString(str: String): String

    Permalink
  19. val functionTypeFromSort: (IFunction) ⇒ Option[SMTFunctionType]

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. val predTypeFromSort: (Predicate) ⇒ Option[SMTFunctionType]

    Permalink
  27. def printArguments(argSorts: Seq[Sort], formalArgs: Seq[ConstantTerm]): Unit

    Permalink
  28. def printDefineFun(f: IFunction, functionType: (Seq[Sort], Sort), formalArgs: Seq[ConstantTerm], body: IExpression): Unit

    Permalink
  29. def printModel(model: IFormula): Unit

    Permalink
  30. def printSMTType(t: SMTType): Unit

    Permalink
  31. def printWithDecls(formulas: Seq[IFormula], constsToDeclare: Seq[ConstantTerm] = List(), predsToDeclare: Seq[Predicate] = List(), funsToDeclare: Seq[IFunction] = List(), extraTheories: Seq[Theory] = List(), benchmarkName: String = "", logic: String = "AUFLIA", status: String = "unknown"): Unit

    Permalink
  32. def printWithDeclsSig(formulas: Seq[IFormula], signature: Signature, extraTheories: Seq[Theory] = List(), benchmarkName: String = "", logic: String = "AUFLIA", status: String = "unknown"): Unit

    Permalink
  33. def quoteIdentifier(str: String): String

    Permalink
  34. def simpleUnescapeIt(it: Iterator[Int]): Seq[Int]

    Permalink

    Unescaping strictly following the SMT-LIB standard.

  35. def smtTypeAsString(t: SMTType): String

    Permalink
  36. def sort2SMTString(sort: Sort): String

    Permalink
  37. def sort2SMTType(sort: Sort): (SMTType, Option[(ITerm) ⇒ IFormula])

    Permalink
  38. def sortTheoryDeps(theories: Seq[Theory]): Seq[Theory]

    Permalink

    Topologically sort theories to be declared: dependencies of a theory preceed the theory in the resulting list.

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toSMTExpr(value: IdealInt): String

    Permalink
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def unescapeIt(it: Iterator[Int]): Seq[Int]

    Permalink
  43. def unescapeSQString(str: String): String

    Permalink

    Unescape a single-quoted string; the only recognised escape sequence is

  44. def unescapeString(str: String): String

    Permalink
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped