inox
.
solvers
.
z3
Z3Native
Related Doc:
package z3
trait
Z3Native
extends
ADTManagers
with
Interruptible
Self Type
Z3Native
with
AbstractSolver
Linear Supertypes
Interruptible
,
ADTManagers
,
AnyRef
,
Any
Known Subclasses
AbstractZ3Solver
,
underlying
Ordering
Alphabetic
By Inheritance
Inherited
Z3Native
Interruptible
ADTManagers
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
ADTCons
(
id:
Identifier
,
tps:
Seq
[
ast.Trees.Type
]
)
extends
ConsType
with
Product
with
Serializable
Definition Classes
ADTManagers
class
ADTManager
extends
IncrementalStateWrapper
Definition Classes
ADTManagers
sealed abstract
class
ConsType
extends
Tree
Definition Classes
ADTManagers
case class
Constructor
(
sym:
Identifier
,
tpe:
ConsType
,
fields:
Seq
[(
Identifier
,
ast.Trees.Type
)]
)
extends
ast.Trees.Printable
with
Product
with
Serializable
Definition Classes
ADTManagers
case class
DataType
(
sym:
Identifier
,
cases:
Seq
[
Constructor
]
)
extends
ast.Trees.Printable
with
Product
with
Serializable
Definition Classes
ADTManagers
type
Model
=
Z3Model
type
Trees
=
Z3AST
case class
TupleCons
(
tps:
Seq
[
ast.Trees.Type
]
)
extends
ConsType
with
Product
with
Serializable
Definition Classes
ADTManagers
case class
TypeParameterCons
(
tp:
ast.Trees.TypeParameter
)
extends
ConsType
with
Product
with
Serializable
Definition Classes
ADTManagers
Abstract Value Members
abstract
val
context
:
Context
Definition Classes
ADTManagers
abstract
val
program
:
Program
Definition Classes
ADTManagers
implicit abstract
val
semantics
:
Program.Semantics
Attributes
protected
abstract
def
unsupported
(
t:
Tree
,
str:
String
)
:
Nothing
Attributes
protected
Definition Classes
ADTManagers
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
object
UnitCons
extends
ConsType
with
Product
with
Serializable
Definition Classes
ADTManagers
def
asGround
(
tree:
Z3AST
,
tpe:
ast.Trees.Type
)
:
Option
[
ast.Trees.Expr
]
Attributes
protected[
inox.solvers.z3
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
declareVariable
(
v:
ast.Trees.Variable
)
:
Z3AST
lazy val
emptySeq
:
Z3FuncDecl
Attributes
protected
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
extractModel
(
model:
Z3Model
)
:
Program.Model
def
extractNot
(
e:
Z3AST
)
:
Option
[
Z3AST
]
def
extractUnsatAssumptions
(
cores:
Set
[
Z3AST
]
)
:
Set
[
ast.Trees.Expr
]
def
finalize
()
:
Unit
Definition Classes
Z3Native
→ AnyRef
def
free
()
:
Unit
def
fromZ3Formula
(
model:
Z3Model
,
tree:
Z3AST
,
tpe:
ast.Trees.Type
)
: (
ast.Trees.Expr
,
Map
[
ast.Trees.Choose
,
ast.Trees.Expr
])
Attributes
protected[
inox.solvers.z3
]
def
functionDefToDecl
(
tfd:
ast.Trees.TypedFunDef
)
:
Z3FuncDecl
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
interrupt
()
:
Unit
Definition Classes
Z3Native
→
Interruptible
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
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
def
push
()
:
Unit
def
reset
()
:
Unit
def
softFromZ3Formula
(
model:
Z3Model
,
tree:
Z3AST
,
tpe:
ast.Trees.Type
)
:
Option
[(
ast.Trees.Expr
,
Map
[
ast.Trees.Choose
,
ast.Trees.Expr
])]
Attributes
protected[
inox.solvers.z3
]
def
symbolToFreshZ3Symbol
(
v:
ast.Trees.Variable
)
:
Z3AST
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
toZ3Formula
(
expr:
ast.Trees.Expr
,
bindings:
Map
[
ast.Trees.Variable
,
Z3AST
] =
Map.empty
)
:
Z3AST
Attributes
protected[
inox.solvers.z3
]
def
typeToSort
(
oldtt:
ast.Trees.Type
)
:
Z3Sort
Attributes
protected
def
unsound
(
ast:
Z3AST
,
msg:
String
)
:
Nothing
Attributes
protected
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
(
...
)
var
z3
:
Z3Context
Attributes
protected[
inox.solvers.z3
]
Inherited from
Interruptible
Inherited from
ADTManagers
Inherited from
AnyRef
Inherited from
Any
Ungrouped