Class

at.logic.gapt.provers.smtlib

CVC4Session

Related Doc: package smtlib

Permalink

class CVC4Session extends ExternalSmtlibProgram

Source
CVC4.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CVC4Session
  2. ExternalSmtlibProgram
  3. SmtlibSession
  4. IncrementalProvingSession
  5. AnyRef
  6. 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 CVC4Session()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CVC4Session to any2stringadd[CVC4Session] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CVC4Session, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CVC4Session to ArrowAssoc[CVC4Session] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def ask(input: SExpression): SExpression

    Permalink
    Definition Classes
    ExternalSmtlibProgramSmtlibSession
  8. def assert(f: HOLFormula, label: String): Unit

    Permalink
    Definition Classes
    SmtlibSession
  9. def assert(f: HOLFormula): Unit

    Permalink

    Adds an assertion.

    Adds an assertion.

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  10. def checkSat(): Boolean

    Permalink

    Checks whether the currently asserted formulas are satisfiable.

    Checks whether the currently asserted formulas are satisfiable.

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  11. def clone(): AnyRef

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

    Permalink

    Closes the process.

    Closes the process.

    Definition Classes
    ExternalSmtlibProgramSmtlibSessionIncrementalProvingSession
  13. def command: Seq[String]

    Permalink
    Definition Classes
    CVC4SessionExternalSmtlibProgram
  14. def convert(expr: LambdaExpression, boundVars: Map[Var, String] = Map()): SExpression

    Permalink
    Definition Classes
    SmtlibSession
  15. var debug: Boolean

    Permalink
    Definition Classes
    SmtlibSession
  16. def declareFun(fun: Const): Unit

    Permalink
    Definition Classes
    SmtlibSession
  17. def declareSort(sort: TBase): Unit

    Permalink
    Definition Classes
    SmtlibSession
  18. def declareSymbolsIn(expressions: TraversableOnce[LambdaExpression]): Unit

    Permalink

    Declares function symbols and base types from expressions.

    Declares function symbols and base types from expressions.

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

    Permalink

    Declares function symbols and base types from expressions.

    Declares function symbols and base types from expressions.

    Definition Classes
    IncrementalProvingSession
  20. def ensuring(cond: (CVC4Session) ⇒ Boolean, msg: ⇒ Any): CVC4Session

    Permalink
    Implicit information
    This member is added by an implicit conversion from CVC4Session to Ensuring[CVC4Session] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (CVC4Session) ⇒ Boolean): CVC4Session

    Permalink
    Implicit information
    This member is added by an implicit conversion from CVC4Session to Ensuring[CVC4Session] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): CVC4Session

    Permalink
    Implicit information
    This member is added by an implicit conversion from CVC4Session to Ensuring[CVC4Session] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): CVC4Session

    Permalink
    Implicit information
    This member is added by an implicit conversion from CVC4Session to Ensuring[CVC4Session] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def flatMap[A](f: (CVC4Session.this.type) ⇒ A): A

    Permalink
    Definition Classes
    IncrementalProvingSession
  28. def foreach(f: (CVC4Session.this.type) ⇒ Unit): Unit

    Permalink
    Definition Classes
    IncrementalProvingSession
  29. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CVC4Session to StringFormat[CVC4Session] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def getUnsatCore(): Seq[String]

    Permalink
    Definition Classes
    SmtlibSession
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. val in: PrintWriter

    Permalink
    Definition Classes
    ExternalSmtlibProgram
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def map[A](f: (CVC4Session.this.type) ⇒ A): A

    Permalink
    Definition Classes
    IncrementalProvingSession
  36. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. val out: BufferedReader

    Permalink
    Definition Classes
    ExternalSmtlibProgram
  40. def pop(): Unit

    Permalink

    Undos the commands since the corresponding push().

    Undos the commands since the corresponding push().

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  41. val process: Process

    Permalink
    Definition Classes
    ExternalSmtlibProgram
  42. def produceUnsatCores(): Unit

    Permalink
    Definition Classes
    SmtlibSession
  43. def push(): Unit

    Permalink

    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
  44. def sendSuccess(input: SExpression): Unit

    Permalink
    Definition Classes
    SmtlibSession
  45. def setLogic(logic: String): Unit

    Permalink
    Definition Classes
    SmtlibSession
  46. def setOption(option: String, args: String*): Unit

    Permalink
    Definition Classes
    SmtlibSession
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def tell(input: SExpression): Unit

    Permalink
    Definition Classes
    ExternalSmtlibProgramSmtlibSession
  49. object termRenaming

    Permalink
    Definition Classes
    SmtlibSession
  50. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  51. object typeRenaming

    Permalink
    Definition Classes
    SmtlibSession
  52. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def withScope[A](f: ⇒ A): A

    Permalink

    Run f in its own scope, i.e.

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

    Definition Classes
    IncrementalProvingSession
  56. def [B](y: B): (CVC4Session, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CVC4Session to ArrowAssoc[CVC4Session] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ExternalSmtlibProgram

Inherited from SmtlibSession

Inherited from IncrementalProvingSession

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped