Trait

inox.solvers.smtlib

SMTLIBSolver

Related Doc: package smtlib

Permalink

trait SMTLIBSolver extends Solver with SMTLIBTarget with SMTLIBDebugger

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SMTLIBSolver
  2. SMTLIBDebugger
  3. SMTLIBTarget
  4. ADTManagers
  5. SMTLIBParser
  6. Solver
  7. AbstractSolver
  8. Interruptible
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ADTManager extends IncrementalStateWrapper

    Permalink
    Definition Classes
    ADTManagers
  2. trait AbstractContext extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBParser
  3. type Assumptions = Set[Trees]

    Permalink
    Definition Classes
    AbstractSolver
  4. case class Constructor(sym: Identifier, tpe: ast.Trees.Type, fields: Seq[(Identifier, ast.Trees.Type)]) extends ast.Trees.Printable with Product with Serializable

    Permalink
    Definition Classes
    ADTManagers
  5. class Context extends AbstractContext

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  6. case class DataType(sym: Identifier, cases: Seq[Constructor]) extends ast.Trees.Printable with Product with Serializable

    Permalink
    Definition Classes
    ADTManagers
  7. type Model = inox.Model { val program: SMTLIBSolver.this.program.type }

    Permalink
    Definition Classes
    SolverAbstractSolver
  8. case class SolverUnsupportedError(t: Tree, reason: Option[String] = None) extends Unsupported with Product with Serializable

    Permalink
    Definition Classes
    AbstractSolver
  9. type Trees = ast.Trees.Expr

    Permalink
    Definition Classes
    SolverAbstractSolver

Abstract Value Members

  1. abstract val interpreter: Interpreter

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  2. abstract def interpreterOpts: Seq[String]

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBDebugger
  3. abstract val options: Options

    Permalink
    Definition Classes
    AbstractSolver
  4. abstract val program: Program

    Permalink
    Definition Classes
    SMTLIBTargetADTManagers
  5. implicit abstract val semantics: Program.Semantics

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  6. abstract def targetName: String

    Permalink
    Definition Classes
    SMTLIBSolverSMTLIBTarget

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Num

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  5. object SimpleSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  6. object SolverUnsupportedError extends Serializable

    Permalink
    Definition Classes
    AbstractSolver
  7. val adtManager: ADTManager

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def assertCnstr(expr: ast.Trees.Expr): Unit

    Permalink
    Definition Classes
    SMTLIBSolverAbstractSolver
  10. def check(config: CheckConfiguration): Response[Model, Assumptions]

    Permalink
    Definition Classes
    SMTLIBSolverAbstractSolver
  11. def checkAssumptions(config: Configuration)(assumptions: Set[ast.Trees.Expr]): Response[Model, Assumptions]

    Permalink
    Definition Classes
    SMTLIBSolverAbstractSolver
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def computeSort(t: ast.Trees.Type): Sort

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  14. val constructors: IncrementalBijection[ast.Trees.Type, SSymbol]

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  15. def dbg(msg: ⇒ Any): Unit

    Permalink
    Definition Classes
    SMTLIBSolverAbstractSolver
  16. lazy val debugOut: Option[FileWriter]

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBDebugger
  17. implicit val debugSection: DebugSectionSolver.type

    Permalink
    Definition Classes
    AbstractSolver
  18. def declareDatatypes(datatypes: Seq[(ast.Trees.Type, DataType)]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  19. def declareFunction(tfd: ast.Trees.TypedFunDef): SSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  20. def declareLambda(tpe: ast.Trees.FunctionType): SSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  21. final def declareSort(t: ast.Trees.Type): Sort

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  22. def declareStructuralSort(t: ast.Trees.Type): Sort

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  23. def declareVariable(v: ast.Trees.Variable): SSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  24. def emit(cmd: SExpr, rawOut: Boolean = false): SExpr

    Permalink
    Definition Classes
    SMTLIBDebuggerSMTLIBTarget
  25. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def extractResponse(config: Configuration, res: SExpr): Response[Model, Assumptions]

    Permalink
    Attributes
    protected
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def free(): Unit

    Permalink
    Definition Classes
    SMTLIBDebuggerSMTLIBTarget
  30. def freshSym(name: String): SSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  31. def freshSym(id: Identifier): SSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  32. def fromSMT(t: Term, otpe: Option[ast.Trees.Type] = None)(implicit context: Context): ast.Trees.Expr

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTargetSMTLIBParser
  33. def fromSMT(sort: Sort)(implicit context: Context): ast.Trees.Type

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTargetSMTLIBParser
  34. final def fromSMT(pair: (Term, ast.Trees.Type))(implicit context: Context): ast.Trees.Expr

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBParser
  35. final def fromSMT(term: Term, tpe: ast.Trees.Type)(implicit context: Context): ast.Trees.Expr

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBParser
  36. def fromSMT(sv: SortedVar)(implicit context: Context): ast.Trees.ValDef

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBParser
  37. final def fromSMTUnifyType(t1: Term, t2: Term, otpe: Option[ast.Trees.Type])(recons: (ast.Trees.Expr, ast.Trees.Expr) ⇒ ast.Trees.Expr)(implicit context: Context): ast.Trees.Expr

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBParser
  38. val functions: IncrementalBijection[ast.Trees.TypedFunDef, SSymbol]

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  39. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  40. def getResultSolver: Option[Solver]

    Permalink
    Definition Classes
    Solver
  41. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  42. def id2sym(id: Identifier): SSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  43. def interrupt(): Unit

    Permalink
    Definition Classes
    SMTLIBTargetInterruptible
  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. val lambdas: IncrementalBijection[ast.Trees.FunctionType, SSymbol]

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  46. def name: String

    Permalink
    Definition Classes
    SMTLIBSolverAbstractSolver
  47. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  50. def parseSuccess(): Unit

    Permalink
    Definition Classes
    SMTLIBTarget
  51. def pop(): Unit

    Permalink
    Definition Classes
    SMTLIBSolverAbstractSolver
  52. def push(): Unit

    Permalink
    Definition Classes
    SMTLIBSolverAbstractSolver
  53. def quantifiedTerm(quantifier: (SortedVar, Seq[SortedVar], Term) ⇒ Term, body: ast.Trees.Expr)(implicit bindings: Map[Identifier, Term]): Term

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  54. def quantifiedTerm(quantifier: (SortedVar, Seq[SortedVar], Term) ⇒ Term, vars: Seq[ast.Trees.ValDef], body: ast.Trees.Expr)(implicit bindings: Map[Identifier, Term]): Term

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  55. lazy val reporter: Reporter

    Permalink
    Definition Classes
    AbstractSolver
  56. def reset(): Unit

    Permalink
    Definition Classes
    SMTLIBSolverAbstractSolver
  57. val selectors: IncrementalBijection[(ast.Trees.Type, Int), SSymbol]

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  58. def sortToSMT(s: Sort): SExpr

    Permalink
    Definition Classes
    SMTLIBTarget
  59. val sorts: IncrementalBijection[ast.Trees.Type, Sort]

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  60. implicit def symbolToQualifiedId(s: SSymbol): QualifiedIdentifier

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  61. lazy val symbols: Program.symbols.type

    Permalink
    Definition Classes
    SMTLIBTargetSMTLIBParser
  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  63. val testers: IncrementalBijection[ast.Trees.Type, SSymbol]

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  64. def toSMT(e: ast.Trees.Expr)(implicit bindings: Map[Identifier, Term]): Term

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  65. def toSMT(t: ast.Trees.Type): SExpr

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  66. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  67. lazy val trees: Program.trees.type

    Permalink
    Definition Classes
    SMTLIBTargetSMTLIBParser
  68. def unsupported(t: Tree, str: String): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractSolver
  69. def unsupported(t: Tree): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractSolver
  70. val variables: IncrementalBijection[ast.Trees.Variable, SSymbol]

    Permalink
    Attributes
    protected
    Definition Classes
    SMTLIBTarget
  71. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SMTLIBDebugger

Inherited from SMTLIBTarget

Inherited from ADTManagers

Inherited from SMTLIBParser

Inherited from Solver

Inherited from AbstractSolver

Inherited from Interruptible

Inherited from AnyRef

Inherited from Any

Ungrouped