3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-02 04:27:52 +00:00
z3/src/muz/pdr
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
pdr_closure.cpp merge useful utilities from qsat 2016-03-19 12:01:44 -07:00
pdr_closure.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pdr_context.cpp Tabs 2017-05-31 12:18:00 +01:00
pdr_context.h fix memory leaks from cancellations 2017-01-15 20:09:27 -08:00
pdr_dl_interface.cpp fix memory leaks from cancellations 2017-01-15 20:09:27 -08:00
pdr_dl_interface.h moving to resource managed cancellation 2015-12-11 13:13:11 -08:00
pdr_farkas_learner.cpp fix warnings for unused variables 2016-05-17 13:54:22 -07:00
pdr_farkas_learner.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pdr_generalizers.cpp merge useful utilities from qsat 2016-03-19 12:01:44 -07:00
pdr_generalizers.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pdr_manager.cpp remove passing suffixes into pdr_sym_mux, trying to isolate cause of issue #420 2016-02-12 19:25:52 +00:00
pdr_manager.h remove passing suffixes into pdr_sym_mux, trying to isolate cause of issue #420 2016-02-12 19:25:52 +00:00
pdr_prop_solver.cpp move functionality from qe_util to ast_util 2015-06-23 14:33:45 +02:00
pdr_prop_solver.h internalize unsupported operations 2016-06-08 13:56:01 -07:00
pdr_reachable_cache.cpp fix bugs exposed from bad indentation warnings, #650 2016-06-13 18:20:25 -07:00
pdr_reachable_cache.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pdr_smt_context_manager.cpp avoid creating full tables when negated variables are unitary, add lazy table infrastructure, fix coi_filter for relations, reduce dependencies on fixedpoing_parameters.hpp header file 2013-09-08 05:52:18 -07:00
pdr_smt_context_manager.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
pdr_sym_mux.cpp remove sources for unused variable warnings 2016-12-21 09:54:45 -08:00
pdr_sym_mux.h remove a few unused decls 2016-03-09 17:01:06 +00:00
pdr_util.cpp reduce set of mainly verbose warnings raised by -Wmaybe-uninitialized and unused variable warnings from release mode builds 2016-06-22 20:25:47 -07:00
pdr_util.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00