3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 21:08:46 +00:00
z3/src/muz/transforms
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
dl_mk_array_blast.cpp disable ackerman reduction when head contains a non-constant/non-variable. #947 2017-03-17 10:12:32 -07:00
dl_mk_array_blast.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_backwards.cpp re-organize muz_qe into separate units 2013-08-28 21:20:24 -07:00
dl_mk_backwards.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_bit_blast.cpp fix warnings for unused variables 2016-05-17 13:54:22 -07:00
dl_mk_bit_blast.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_coalesce.cpp have free variable utility use a class for more efficient re-use 2014-09-15 16:14:22 -07:00
dl_mk_coalesce.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_coi_filter.cpp fix to #717. The bottom-up COI filter can only use positive facts for filtering 2016-08-23 12:26:38 -03:00
dl_mk_coi_filter.h Replace cone-of-influence filter with generalized dataflow-engine 2015-06-29 10:50:51 +01:00
dl_mk_different.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_filter_rules.cpp disable filtering on negated tails. Issue #634 2016-06-04 20:08:13 -07:00
dl_mk_filter_rules.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_interp_tail_simplifier.cpp disable ackerman reduction when head contains a non-constant/non-variable. #947 2017-03-17 10:12:32 -07:00
dl_mk_interp_tail_simplifier.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_karr_invariants.cpp moving to resource managed cancellation 2015-12-11 16:56:23 -08:00
dl_mk_karr_invariants.h cleanup cancelation logic 2015-12-11 12:35:35 -08:00
dl_mk_loop_counter.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
dl_mk_loop_counter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_magic_sets.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
dl_mk_magic_sets.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_magic_symbolic.cpp remove some dependencies on parameter file 2013-09-12 20:22:26 -07:00
dl_mk_magic_symbolic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_quantifier_abstraction.cpp renamed variable to avoid clashes 2016-05-24 14:37:43 +01:00
dl_mk_quantifier_abstraction.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_quantifier_instantiation.cpp move functionality from qe_util to ast_util 2015-06-23 14:33:45 +02:00
dl_mk_quantifier_instantiation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_rule_inliner.cpp working on udoc 2014-09-21 20:25:11 -07:00
dl_mk_rule_inliner.h fix debug build, unused variable warnings 2016-12-21 10:44:49 -08:00
dl_mk_scale.cpp merged with unstable 2014-08-06 11:16:06 -07:00
dl_mk_scale.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_separate_negated_tails.cpp have free variable utility use a class for more efficient re-use 2014-09-15 16:14:22 -07:00
dl_mk_separate_negated_tails.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_slice.cpp move functionality from qe_util to ast_util 2015-06-23 14:33:45 +02:00
dl_mk_slice.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_subsumption_checker.cpp remove unused reference to rm 2013-09-02 21:22:44 -07:00
dl_mk_subsumption_checker.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_unbound_compressor.cpp add option to bypass compression of unbound tails, issue #738 2016-09-16 14:56:10 -07:00
dl_mk_unbound_compressor.h tidy unbound compressor code, add invariant checks 2016-05-28 11:05:26 -07:00
dl_mk_unfold.cpp have free variable utility use a class for more efficient re-use 2014-09-15 16:14:22 -07:00
dl_mk_unfold.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_transforms.cpp enable canceling simplex on interrupt, investigating PDR inconsistency 2015-03-25 12:13:57 -07:00
dl_transforms.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00