default to fastboolean eval
This commit is contained in:
parent
a34e4c2b0e
commit
a8e84a3761
4 changed files with 17 additions and 6 deletions
|
|
@ -4,6 +4,5 @@ from stl.ast import dt_sym, t_sym, TOP, BOT
|
|||
from stl.ast import LinEq, Interval, NaryOpSTL, Or, And, F, G, ModalOp, Neg, Var, AtomicPred
|
||||
from stl.parser import parse
|
||||
from stl.synth import lex_param_project
|
||||
from stl.boolean_eval import pointwise_sat
|
||||
from stl.fastboolean_eval import pointwise_satf
|
||||
from stl.fastboolean_eval import pointwise_sat
|
||||
from stl.types import STL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue