3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-18 09:12:16 +00:00
z3/src/tactic/portfolio
2016-10-28 14:23:01 +01:00
..
bounded_int2bv_solver.cpp Bugfix for bouned_int2bv_solver 2016-10-28 14:23:01 +01: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 add handling of pseudo-boolean inequalities that use if-expressions over Booleans and arihmetic instead of built-in PB predicates 2016-10-24 17:41:52 -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 speed up consequence finding by avoiding local search whenver assumption level is reached during the initial phase 2016-10-27 08:15:39 -07: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 additional robustness check for incremental sat solver core when it recieves interpreted constants, added PB equality to interface and special handling of equalities to adddress performance gap documented in #755 2016-10-25 20:32:13 -07:00
smt_strategic_solver.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00