3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 03:15:50 +00:00
z3/src/parsers/smt
Nuno Lopes 7ce88d4da9 fix a few compilation warnings
- remove unused variables and class fields
 - add support for gcc 4.5 & clang's __builtin_unreachable
 - fix 2 bugs related to strict aliasing
 - remove a few unused function parameters

Signed-off-by: Nuno Lopes <t-nclaud@microsoft.com>
2013-04-21 14:36:39 -07:00
..
smtlib.cpp Fix uninterpreted sort definition. There was a mismatch in the behavior of the API and SMT front-ends. The SMT front-ends were using user_sorts to be able to support parametric uninterpreted sorts. After this fix, the API also creates user_sorts. 2013-02-12 14:34:31 -08:00
smtlib.h created parsers folder 2012-10-26 18:25:15 -07:00
smtlib_solver.cpp solver factories, cleanup solver API, simplified strategic solver, added combined solver 2012-12-11 17:47:27 -08:00
smtlib_solver.h ported VCC trace streams 2012-12-02 09:08:47 -08:00
smtparser.cpp fix a few compilation warnings 2013-04-21 14:36:39 -07:00
smtparser.h created parsers folder 2012-10-26 18:25:15 -07:00