3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/tactic/portfolio
Nikolaj Bjorner 67513a2cf5 fix detection of bounds under conjunctions. Issue #971
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-04-11 07:40:09 +08: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
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 fix detection of bounds under conjunctions. Issue #971 2017-04-11 07:40:09 +08: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