Trait

inox.solvers.z3

Z3Native

Related Doc: package z3

Permalink

trait Z3Native extends ADTManagers with Interruptible

Self Type
Z3Native with AbstractSolver
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Z3Native
  2. Interruptible
  3. ADTManagers
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ADTCons(id: Identifier, tps: Seq[ast.Trees.Type]) extends ConsType with Product with Serializable

    Permalink
    Definition Classes
    ADTManagers
  2. class ADTManager extends IncrementalStateWrapper

    Permalink
    Definition Classes
    ADTManagers
  3. sealed abstract class ConsType extends Tree

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

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

    Permalink
    Definition Classes
    ADTManagers
  6. type Model = Z3Model

    Permalink
  7. type Trees = Z3AST

    Permalink
  8. case class TupleCons(tps: Seq[ast.Trees.Type]) extends ConsType with Product with Serializable

    Permalink
    Definition Classes
    ADTManagers
  9. case class TypeParameterCons(tp: ast.Trees.TypeParameter) extends ConsType with Product with Serializable

    Permalink
    Definition Classes
    ADTManagers

Abstract Value Members

  1. abstract val context: Context

    Permalink
    Definition Classes
    ADTManagers
  2. abstract val program: Program

    Permalink
    Definition Classes
    ADTManagers
  3. implicit abstract val semantics: Program.Semantics

    Permalink
    Attributes
    protected
  4. abstract def unsupported(t: Tree, str: String): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    ADTManagers

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 UnitCons extends ConsType with Product with Serializable

    Permalink
    Definition Classes
    ADTManagers
  5. def asGround(tree: Z3AST, tpe: ast.Trees.Type): Option[ast.Trees.Expr]

    Permalink
    Attributes
    protected[inox.solvers.z3]
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def declareVariable(v: ast.Trees.Variable): Z3AST

    Permalink
  9. lazy val emptySeq: Z3FuncDecl

    Permalink
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def extractModel(model: Z3Model): Program.Model

    Permalink
  13. def extractNot(e: Z3AST): Option[Z3AST]

    Permalink
  14. def extractUnsatAssumptions(cores: Set[Z3AST]): Set[ast.Trees.Expr]

    Permalink
  15. def finalize(): Unit

    Permalink
    Definition Classes
    Z3Native → AnyRef
  16. def free(): Unit

    Permalink
  17. def fromZ3Formula(model: Z3Model, tree: Z3AST, tpe: ast.Trees.Type): (ast.Trees.Expr, Map[ast.Trees.Choose, ast.Trees.Expr])

    Permalink
    Attributes
    protected[inox.solvers.z3]
  18. def functionDefToDecl(tfd: ast.Trees.TypedFunDef): Z3FuncDecl

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def interrupt(): Unit

    Permalink
    Definition Classes
    Z3NativeInterruptible
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  27. def push(): Unit

    Permalink
  28. def reset(): Unit

    Permalink
  29. def softFromZ3Formula(model: Z3Model, tree: Z3AST, tpe: ast.Trees.Type): Option[(ast.Trees.Expr, Map[ast.Trees.Choose, ast.Trees.Expr])]

    Permalink
    Attributes
    protected[inox.solvers.z3]
  30. def symbolToFreshZ3Symbol(v: ast.Trees.Variable): Z3AST

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def toZ3Formula(expr: ast.Trees.Expr, bindings: Map[ast.Trees.Variable, Z3AST] = Map.empty): Z3AST

    Permalink
    Attributes
    protected[inox.solvers.z3]
  34. def typeToSort(oldtt: ast.Trees.Type): Z3Sort

    Permalink
    Attributes
    protected
  35. def unsound(ast: Z3AST, msg: String): Nothing

    Permalink
    Attributes
    protected
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. var z3: Z3Context

    Permalink
    Attributes
    protected[inox.solvers.z3]

Inherited from Interruptible

Inherited from ADTManagers

Inherited from AnyRef

Inherited from Any

Ungrouped