Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
z3
master
Int
Z3
Ast
CheckResult
Config
Params
Context
Model
Result
Solver
Sort
Symbol
Generated using Crystal 1.10.1
2024-02-25 02:24:43 UTC
class
Z3::
Solver
Z3::Solver
Reference
Object
Defined in:
z3/solver.cr
Constructors
.new
(context : Z3::Context =
Context
.new)
Instance Method Summary
#assert
(a : Ast)
#check
: CheckResult
#context
: Context
#finalize
#to_unsafe
: LibZ3::Solver
Constructor Detail
def self.
new
(context :
Z3::Context
=
Context
.new)
#
[
View source
]
Instance Method Detail
def
assert
(a :
Ast
)
#
[
View source
]
def
check
:
CheckResult
#
[
View source
]
def
context
:
Context
#
[
View source
]
def
finalize
#
[
View source
]
def
to_unsafe
: LibZ3::Solver
#
[
View source
]