3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/tactic/bv
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
..
bit_blaster_model_converter.cpp enable incremental bit-vector solving 2015-09-01 09:48:35 -07:00
bit_blaster_model_converter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bit_blaster_tactic.cpp cleanup deprecated critical sections, fix cancellation for par_or_else tactic 2015-12-12 09:43:00 -08:00
bit_blaster_tactic.h tuning bit-vector operations 2015-12-21 13:09:03 +02:00
bv1_blaster_tactic.cpp Fix for QF_BV core theory detection. 2016-02-02 13:01:32 +00:00
bv1_blaster_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bv_bound_chk_tactic.cpp address ubuntu warning and add shortcuts for maxsat 2016-10-03 16:22:13 -07:00
bv_bound_chk_tactic.h Adding bv preprocessing techniques. 2016-09-16 19:44:37 +01:00
bv_bounds_tactic.cpp remove sources for unused variable warnings 2016-12-21 09:54:45 -08:00
bv_bounds_tactic.h bv bounds tactic for Nuno 2016-02-13 00:13:16 +00:00
bv_size_reduction_tactic.cpp merge useful utilities from qsat 2016-03-19 12:01:44 -07:00
bv_size_reduction_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
bvarray2uf_rewriter.cpp Added term ITEs to bvarray2uf rewriter. 2016-05-09 14:16:51 +01:00
bvarray2uf_rewriter.h make proto-model evaluation use model_evaluator instead of legacy evaluator 2016-03-05 10:14:15 -08:00
bvarray2uf_tactic.cpp Bugfixes for bvarray2uf conversion. 2016-04-07 19:10:31 +01:00
bvarray2uf_tactic.h Setting up the lackr branch. 2015-12-16 20:10:14 +00:00
CMakeLists.txt [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
dt2bv_tactic.cpp fix unhandled finite domain sort rewrite case. Issue #918 2017-02-26 17:20:54 -08:00
dt2bv_tactic.h remove legacy interface to dt2bv tactic 2016-10-18 23:04:17 -04:00
elim_small_bv_tactic.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
elim_small_bv_tactic.h Added elim_small_bv_tactic. 2015-11-10 16:23:05 +00:00
max_bv_sharing_tactic.cpp cleanup deprecated critical sections, fix cancellation for par_or_else tactic 2015-12-12 09:43:00 -08:00
max_bv_sharing_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00