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
enum
Z3::
Result
Defined in:
z3/result.cr
Enum Members
Unsat
=
0
Unknown
=
1
Sat
=
2
Constructors
.from_z3_lbool
(result : LibZ3::LBool) : Result
Instance Method Summary
#sat?
#unknown?
#unsat?
Constructor Detail
def self.
from_z3_lbool
(result : LibZ3::LBool) :
Result
#
[
View source
]
Instance Method Detail
def
sat?
#
[
View source
]
def
unknown?
#
[
View source
]
def
unsat?
#
[
View source
]