abstract class SmtlibSession extends IncrementalProvingSession
Ordering
- Alphabetic
- By Inheritance
Inherited
- SmtlibSession
- IncrementalProvingSession
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SmtlibSession()
Abstract Value Members
- abstract def ask(input: SExpression): SExpression
-
abstract
def
close(): Unit
Closes the process.
Closes the process.
- Definition Classes
- SmtlibSession → IncrementalProvingSession
- abstract def tell(input: SExpression): Unit
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SmtlibSession to any2stringadd[SmtlibSession] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (SmtlibSession, B)
- Implicit
- 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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assert(f: HOLFormula, label: String): Unit
-
def
assert(f: HOLFormula): Unit
Adds an assertion.
Adds an assertion.
- Definition Classes
- SmtlibSession → IncrementalProvingSession
-
def
checkSat(): Boolean
Checks whether the currently asserted formulas are satisfiable.
Checks whether the currently asserted formulas are satisfiable.
- Definition Classes
- SmtlibSession → IncrementalProvingSession
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def convert(expr: LambdaExpression, boundVars: Map[Var, String] = Map()): SExpression
- var debug: Boolean
- def declareFun(fun: Const): Unit
- def declareSort(sort: TBase): Unit
-
def
declareSymbolsIn(expressions: TraversableOnce[LambdaExpression]): Unit
Declares function symbols and base types from expressions.
Declares function symbols and base types from expressions.
- Definition Classes
- SmtlibSession → IncrementalProvingSession
-
def
declareSymbolsIn(expressions: LambdaExpression*): Unit
Declares function symbols and base types from expressions.
Declares function symbols and base types from expressions.
- Definition Classes
- IncrementalProvingSession
-
def
ensuring(cond: (SmtlibSession) ⇒ Boolean, msg: ⇒ Any): SmtlibSession
- Implicit
- This member is added by an implicit conversion from SmtlibSession to Ensuring[SmtlibSession] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (SmtlibSession) ⇒ Boolean): SmtlibSession
- Implicit
- This member is added by an implicit conversion from SmtlibSession to Ensuring[SmtlibSession] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SmtlibSession
- Implicit
- This member is added by an implicit conversion from SmtlibSession to Ensuring[SmtlibSession] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): SmtlibSession
- Implicit
- This member is added by an implicit conversion from SmtlibSession to Ensuring[SmtlibSession] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatMap[A](f: (SmtlibSession.this.type) ⇒ A): A
- Definition Classes
- IncrementalProvingSession
-
def
foreach(f: (SmtlibSession.this.type) ⇒ Unit): Unit
- Definition Classes
- IncrementalProvingSession
-
def
formatted(fmtstr: String): String
- Implicit
- 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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getUnsatCore(): Seq[String]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map[A](f: (SmtlibSession.this.type) ⇒ A): A
- Definition Classes
- IncrementalProvingSession
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
pop(): Unit
Undos the commands since the corresponding push().
Undos the commands since the corresponding push().
- Definition Classes
- SmtlibSession → IncrementalProvingSession
- def produceUnsatCores(): Unit
-
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
- SmtlibSession → IncrementalProvingSession
- def sendSuccess(input: SExpression): Unit
- def setLogic(logic: String): Unit
- def setOption(option: String, args: String*): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
-
def
→[B](y: B): (SmtlibSession, B)
- Implicit
- This member is added by an implicit conversion from SmtlibSession to ArrowAssoc[SmtlibSession] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- object termRenaming
- object typeRenaming