3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 01:55:32 +00:00
z3/src/ast/macros
2016-08-20 17:56:52 -04:00
..
macro_finder.cpp remove unfinished ite-macro finder, tune ast GC to ensure nodes are roots only once 2016-07-14 09:46:09 -07:00
macro_finder.h fix bugs exposed in #677. to_int(x) has the semantics that to_int(x) <= x, and to_int(x) is the largest integer satisfying this inequality. The encoding in purify_arith had it the other way x <= to_int(x) contrary to how to_int(x) is handled elsewhere. Another bug in theory_arith for mixed-integer linear case was also exposed. Fractional bounds on expressions of the form to_int(x), and more generally on integer rows were not rounded prior to internalization 2016-07-13 20:32:18 -07:00
macro_manager.cpp add assertions to simplifier 2015-01-14 22:09:48 +05:30
macro_manager.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
macro_util.cpp Fixed binding substitution in macro_util 2016-08-20 17:56:52 -04:00
macro_util.h remove unfinished ite-macro finder, tune ast GC to ensure nodes are roots only once 2016-07-14 09:46:09 -07:00
quasi_macros.cpp merged with unstable 2014-08-06 11:16:06 -07:00
quasi_macros.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00