3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-31 08:23:17 +00:00
z3/src/ackermannization
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
..
ackermannization_params.pyg Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
ackermannize_bv_model_converter.cpp Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
ackermannize_bv_model_converter.h Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
ackermannize_bv_tactic.cpp Added param descrs collection to ackermannize_bv_tactic 2016-05-06 18:29:19 +01:00
ackermannize_bv_tactic.h Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
ackermannize_bv_tactic_params.pyg Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
ackr_bound_probe.cpp Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
ackr_bound_probe.h Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
ackr_helper.cpp Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
ackr_helper.h Bugfix for ackermann helper 2016-04-08 17:20:09 +01:00
ackr_info.h Adding translation to ackr_model_converter. 2016-06-06 18:06:45 +01:00
ackr_model_converter.cpp Adding translation to ackr_model_converter. 2016-06-06 18:06:45 +01:00
ackr_model_converter.h Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
CMakeLists.txt [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
lackr.cpp fix warnings for unused variables 2016-05-17 13:54:22 -07:00
lackr.h Silently bailing out on quantifiers in lackr. 2016-03-29 19:19:07 +01:00
lackr_model_constructor.cpp Fix in lackr_model_constructor. 2016-03-10 17:36:05 +00:00
lackr_model_constructor.h Cleanliness 2016-02-10 14:39:33 +00:00
lackr_model_converter_lazy.cpp Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00
lackr_model_converter_lazy.h Further refactoring ackermannization. 2016-02-03 17:26:58 +00:00