Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
symdef()
finsize()
to_clause()
to_prolog()
>>> x,y = smt.Ints("x y") >>> to_clause(smt.ForAll([x, y], smt.Or(x == y, x + 1 <= y))) '((X = Y) ; ((X + 1) #=< Y)).'
e (BoolRef)
str