3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-05 07:23:58 +00:00
z3/src/tactic/portfolio
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
..
bounded_int2bv_solver.cpp fix detection of bounds under conjunctions. Issue #971 2017-04-11 07:40:09 +08:00
bounded_int2bv_solver.h add bounded-int and pb2bv solvers to fd_solver, use sorting networks for pb2bv rewriter when applicable, hoist to pb2bv_rewriter module and remove it from the pb2bv_tactic 2016-10-23 20:31:59 -07:00
CMakeLists.txt [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
default_tactic.cpp disable qf-ufnra tactic from default for testing 2015-06-23 14:05:49 +02:00
default_tactic.h Export default tactic for use via the SMT-LIB 2 interface. 2016-05-26 09:55:08 -03:00
enum2bv_solver.cpp deal with subtraction that manages to sneak in. Issue #996 2017-05-01 15:22:06 -07:00
enum2bv_solver.h add bounded-int and pb2bv solvers to fd_solver, use sorting networks for pb2bv rewriter when applicable, hoist to pb2bv_rewriter module and remove it from the pb2bv_tactic 2016-10-23 20:31:59 -07:00
fd_solver.cpp add bounded-int and pb2bv solvers to fd_solver, use sorting networks for pb2bv rewriter when applicable, hoist to pb2bv_rewriter module and remove it from the pb2bv_tactic 2016-10-23 20:31:59 -07:00
fd_solver.h add fd solver for finite domain queries 2016-10-18 22:34:34 -04:00
pb2bv_solver.cpp fix detection of bounds under conjunctions. Issue #971 2017-04-11 07:40:09 +08:00
pb2bv_solver.h add bounded-int and pb2bv solvers to fd_solver, use sorting networks for pb2bv rewriter when applicable, hoist to pb2bv_rewriter module and remove it from the pb2bv_tactic 2016-10-23 20:31:59 -07:00
smt_strategic_solver.cpp bypass combined solver when logic is set to QF_FD 2017-02-01 08:05:04 -08:00
smt_strategic_solver.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00