added TOP and BOT to AST
This commit is contained in:
parent
f30d391171
commit
bdd3b468a8
3 changed files with 45 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from stl.utils import terms_lens, lineq_lens, walk, and_or_lens
|
||||
from stl.utils import alw, env, andf, orf
|
||||
from stl.ast import dt_sym, t_sym
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue