Packages

abstract class ExternalSmtlibProgram extends SmtlibSession

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExternalSmtlibProgram
  2. SmtlibSession
  3. IncrementalProvingSession
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExternalSmtlibProgram()

Abstract Value Members

  1. abstract def command: Seq[String]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ExternalSmtlibProgram to any2stringadd[ExternalSmtlibProgram] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExternalSmtlibProgram, B)
    Implicit
    This member is added by an implicit conversion from ExternalSmtlibProgram to ArrowAssoc[ExternalSmtlibProgram] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def ask(input: SExpression): SExpression
    Definition Classes
    ExternalSmtlibProgramSmtlibSession
  8. def assert(f: HOLFormula, label: String): Unit
    Definition Classes
    SmtlibSession
  9. def assert(f: HOLFormula): Unit

    Adds an assertion.

    Adds an assertion.

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  10. def checkSat(): Boolean

    Checks whether the currently asserted formulas are satisfiable.

    Checks whether the currently asserted formulas are satisfiable.

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def close(): Unit

    Closes the process.

    Closes the process.

    Definition Classes
    ExternalSmtlibProgramSmtlibSessionIncrementalProvingSession
  13. def convert(expr: LambdaExpression, boundVars: Map[Var, String] = Map()): SExpression
    Definition Classes
    SmtlibSession
  14. var debug: Boolean
    Definition Classes
    SmtlibSession
  15. def declareFun(fun: Const): Unit
    Definition Classes
    SmtlibSession
  16. def declareSort(sort: TBase): Unit
    Definition Classes
    SmtlibSession
  17. def declareSymbolsIn(expressions: TraversableOnce[LambdaExpression]): Unit

    Declares function symbols and base types from expressions.

    Declares function symbols and base types from expressions.

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  18. def declareSymbolsIn(expressions: LambdaExpression*): Unit

    Declares function symbols and base types from expressions.

    Declares function symbols and base types from expressions.

    Definition Classes
    IncrementalProvingSession
  19. def ensuring(cond: (ExternalSmtlibProgram) ⇒ Boolean, msg: ⇒ Any): ExternalSmtlibProgram
    Implicit
    This member is added by an implicit conversion from ExternalSmtlibProgram to Ensuring[ExternalSmtlibProgram] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (ExternalSmtlibProgram) ⇒ Boolean): ExternalSmtlibProgram
    Implicit
    This member is added by an implicit conversion from ExternalSmtlibProgram to Ensuring[ExternalSmtlibProgram] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): ExternalSmtlibProgram
    Implicit
    This member is added by an implicit conversion from ExternalSmtlibProgram to Ensuring[ExternalSmtlibProgram] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): ExternalSmtlibProgram
    Implicit
    This member is added by an implicit conversion from ExternalSmtlibProgram to Ensuring[ExternalSmtlibProgram] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def flatMap[A](f: (ExternalSmtlibProgram.this.type) ⇒ A): A
    Definition Classes
    IncrementalProvingSession
  27. def foreach(f: (ExternalSmtlibProgram.this.type) ⇒ Unit): Unit
    Definition Classes
    IncrementalProvingSession
  28. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ExternalSmtlibProgram to StringFormat[ExternalSmtlibProgram] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  30. def getUnsatCore(): Seq[String]
    Definition Classes
    SmtlibSession
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  32. val in: PrintWriter
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def map[A](f: (ExternalSmtlibProgram.this.type) ⇒ A): A
    Definition Classes
    IncrementalProvingSession
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  38. val out: BufferedReader
  39. def pop(): Unit

    Undos the commands since the corresponding push().

    Undos the commands since the corresponding push().

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  40. val process: Process
  41. def produceUnsatCores(): Unit
    Definition Classes
    SmtlibSession
  42. def push(): Unit

    Starts a new scope.

    Starts a new scope. All commands that are issued will be reverted after the corresponding call to pop().

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  43. def sendSuccess(input: SExpression): Unit
    Definition Classes
    SmtlibSession
  44. def setLogic(logic: String): Unit
    Definition Classes
    SmtlibSession
  45. def setOption(option: String, args: String*): Unit
    Definition Classes
    SmtlibSession
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def tell(input: SExpression): Unit
    Definition Classes
    ExternalSmtlibProgramSmtlibSession
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def withScope[A](f: ⇒ A): A

    Run f in its own scope, i.e.

    Run f in its own scope, i.e. push(); f; pop()

    Definition Classes
    IncrementalProvingSession
  53. def [B](y: B): (ExternalSmtlibProgram, B)
    Implicit
    This member is added by an implicit conversion from ExternalSmtlibProgram to ArrowAssoc[ExternalSmtlibProgram] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  54. object termRenaming
    Definition Classes
    SmtlibSession
  55. object typeRenaming
    Definition Classes
    SmtlibSession

Inherited from SmtlibSession

Inherited from IncrementalProvingSession

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ExternalSmtlibProgram to any2stringadd[ExternalSmtlibProgram]

Inherited by implicit conversion StringFormat from ExternalSmtlibProgram to StringFormat[ExternalSmtlibProgram]

Inherited by implicit conversion Ensuring from ExternalSmtlibProgram to Ensuring[ExternalSmtlibProgram]

Inherited by implicit conversion ArrowAssoc from ExternalSmtlibProgram to ArrowAssoc[ExternalSmtlibProgram]

Ungrouped