@@ -181,7 +189,7 @@ determineFormulaEq m1@(decls1, mbody1, env1) m2@(decls2, mbody2, env2) name = do
(result,model)<-isEquivalentast1ast2
caseresultof
Unsat->putStrLn"formulas are equivalent!"
Undef->putStrLn"unable to decide the satisfiablity (TODO: use QuickCheck)"
Undef->putStrLn"unable to decide the satisfiablity (TODO: use QuickCheck)"-- this should happen on timeout, but the Z3 library does not function properly...