3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/duality
Dan Liew 4b517b96df [CMake] Move CMake files into their intended location so the
`contrib/cmake/bootstrap.py` script no longer needs to be executed.

The previous location of the CMake files was a compromise proposed
by @agurfinkel in #461. While this has served us well (allowing progress
to be made) over time limitations of this approach have appeared.

The main problem is that doing many git operations (e.g. pull, rebase)
means the CMake files don't get updated unless the user remembers to
run the script. This can lead to broken and confusing build system
behaviour.

This commit only does the file moving and necessary changes to
`.gitignore`. Other changes will be done in subsequent commits.
2017-06-12 11:59:00 +01:00
..
CMakeLists.txt [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
duality.h better recovery from incompleteness and interp failure in duality 2015-10-09 14:21:05 -07:00
duality_profiling.cpp re-indenting interp and duality 2015-04-15 12:22:50 -07:00
duality_profiling.h re-indenting interp and duality 2015-04-15 12:22:50 -07:00
duality_rpfp.cpp fix warnings for unused variables 2016-05-17 13:54:22 -07:00
duality_solver.cpp address warnings from #836 2016-12-10 13:14:36 +01:00
duality_wrapper.cpp Added rewriter.ignore_patterns_on_ground_qbody option to disable simplification of quantifiers that have their universals appear only in patterns, but otherwise have a ground body. 2017-04-07 21:19:20 +01:00
duality_wrapper.h reworking cancellation 2015-12-11 16:21:24 -08:00