Fast boolean with eval
This commit is contained in:
parent
d5f38e27ed
commit
8cae363e61
3 changed files with 15 additions and 14 deletions
|
|
@ -4,3 +4,4 @@ from stl.ast import LinEq, Interval, NaryOpSTL, Or, And, F, G, ModalOp, Neg, Var
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue