Class

at.logic.gapt.provers.smtlib

SmtlibSession

Related Doc: package smtlib

Permalink

abstract class SmtlibSession extends IncrementalProvingSession

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

    Permalink

Abstract Value Members

  1. abstract def ask(input: SExpression): SExpression

    Permalink
  2. abstract def close(): Unit

    Permalink

    Closes the process.

    Closes the process.

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  3. abstract def tell(input: SExpression): Unit

    Permalink

Concrete 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 SmtlibSession to any2stringadd[SmtlibSession] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SmtlibSession, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SmtlibSession to ArrowAssoc[SmtlibSession] 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 assert(f: HOLFormula, label: String): Unit

    Permalink
  8. def assert(f: HOLFormula): Unit

    Permalink

    Adds an assertion.

    Adds an assertion.

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  9. def checkSat(): Boolean

    Permalink

    Checks whether the currently asserted formulas are satisfiable.

    Checks whether the currently asserted formulas are satisfiable.

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def convert(expr: LambdaExpression, boundVars: Map[Var, String] = Map()): SExpression

    Permalink
  12. var debug: Boolean

    Permalink
  13. def declareFun(fun: Const): Unit

    Permalink
  14. def declareSort(sort: TBase): Unit

    Permalink
  15. 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
  16. 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
  17. def ensuring(cond: (SmtlibSession) ⇒ Boolean, msg: ⇒ Any): SmtlibSession

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IncrementalProvingSession
  25. def foreach(f: (SmtlibSession.this.type) ⇒ Unit): Unit

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

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

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

    Permalink
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def pop(): Unit

    Permalink

    Undos the commands since the corresponding push().

    Undos the commands since the corresponding push().

    Definition Classes
    SmtlibSessionIncrementalProvingSession
  36. def produceUnsatCores(): Unit

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

    Permalink
  39. def setLogic(logic: String): Unit

    Permalink
  40. def setOption(option: String, args: String*): Unit

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

    Permalink
    Definition Classes
    AnyRef
  42. object termRenaming

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. object typeRenaming

    Permalink
  45. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. 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
  49. def [B](y: B): (SmtlibSession, B)

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

Inherited from IncrementalProvingSession

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped