class CVC4Session extends ExternalSmtlibProgram
Ordering
- Alphabetic
- By Inheritance
Inherited
- CVC4Session
- ExternalSmtlibProgram
- SmtlibSession
- IncrementalProvingSession
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CVC4Session()
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 CVC4Session to any2stringadd[CVC4Session] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (CVC4Session, B)
- Implicit
- 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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
ask(input: SExpression): SExpression
- Definition Classes
- ExternalSmtlibProgram → SmtlibSession
-
def
assert(f: HOLFormula, label: String): Unit
- Definition Classes
- SmtlibSession
-
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
close(): Unit
Closes the process.
Closes the process.
- Definition Classes
- ExternalSmtlibProgram → SmtlibSession → IncrementalProvingSession
-
def
command: Seq[String]
- Definition Classes
- CVC4Session → ExternalSmtlibProgram
-
def
convert(expr: LambdaExpression, boundVars: Map[Var, String] = Map()): SExpression
- Definition Classes
- SmtlibSession
-
var
debug: Boolean
- Definition Classes
- SmtlibSession
-
def
declareFun(fun: Const): Unit
- Definition Classes
- SmtlibSession
-
def
declareSort(sort: TBase): Unit
- Definition Classes
- SmtlibSession
-
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: (CVC4Session) ⇒ Boolean, msg: ⇒ Any): CVC4Session
- Implicit
- This member is added by an implicit conversion from CVC4Session to Ensuring[CVC4Session] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (CVC4Session) ⇒ Boolean): CVC4Session
- Implicit
- This member is added by an implicit conversion from CVC4Session to Ensuring[CVC4Session] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): CVC4Session
- Implicit
- This member is added by an implicit conversion from CVC4Session to Ensuring[CVC4Session] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): CVC4Session
- Implicit
- This member is added by an implicit conversion from CVC4Session to Ensuring[CVC4Session] 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: (CVC4Session.this.type) ⇒ A): A
- Definition Classes
- IncrementalProvingSession
-
def
foreach(f: (CVC4Session.this.type) ⇒ Unit): Unit
- Definition Classes
- IncrementalProvingSession
-
def
formatted(fmtstr: String): String
- Implicit
- 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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getUnsatCore(): Seq[String]
- Definition Classes
- SmtlibSession
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
in: PrintWriter
- Definition Classes
- ExternalSmtlibProgram
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map[A](f: (CVC4Session.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
-
val
out: BufferedReader
- Definition Classes
- ExternalSmtlibProgram
-
def
pop(): Unit
Undos the commands since the corresponding push().
Undos the commands since the corresponding push().
- Definition Classes
- SmtlibSession → IncrementalProvingSession
-
val
process: Process
- Definition Classes
- ExternalSmtlibProgram
-
def
produceUnsatCores(): Unit
- Definition Classes
- SmtlibSession
-
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
- Definition Classes
- SmtlibSession
-
def
setLogic(logic: String): Unit
- Definition Classes
- SmtlibSession
-
def
setOption(option: String, args: String*): Unit
- Definition Classes
- SmtlibSession
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tell(input: SExpression): Unit
- Definition Classes
- ExternalSmtlibProgram → SmtlibSession
-
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): (CVC4Session, B)
- Implicit
- This member is added by an implicit conversion from CVC4Session to ArrowAssoc[CVC4Session] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
-
object
termRenaming
- Definition Classes
- SmtlibSession
-
object
typeRenaming
- Definition Classes
- SmtlibSession