3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 14:25:35 +00:00
z3/src/sat
Miguel Angelo Da Terra Neves 1b7cb110d3 freevars cube cutoff
Signed-off-by: Miguel Angelo Da Terra Neves <t-mineve@microsoft.com>
2017-12-01 11:02:29 -08:00
..
sat_solver model converter fixes 2017-11-29 17:14:49 -08:00
tactic set eliminated to false on literals used in clauses 2017-11-30 11:20:19 -08:00
ba_solver.cpp add backtrack level to cuber interface 2017-11-08 21:44:21 -08:00
ba_solver.h allow incremental mode override 2017-11-06 15:00:52 -08:00
CMakeLists.txt adding BDD-based variable elimination routine 2017-10-14 15:12:02 -07:00
dimacs.cpp fixed encoding for order constraints 2017-09-28 20:05:46 -07:00
dimacs.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_asymm_branch.cpp adding uhle/uhte for faster asymmetric branching 2017-11-29 21:21:56 -08:00
sat_asymm_branch.h adding uhle/uhte for faster asymmetric branching 2017-11-29 21:21:56 -08:00
sat_asymm_branch_params.pyg use failed literal to asym branching 2017-11-08 09:14:21 -08:00
sat_bdd.cpp updates to simplifier 2017-10-23 01:00:06 -04:00
sat_bdd.h testing bdd for elim-vars 2017-10-18 17:37:38 -07:00
sat_clause.cpp initialize glue in constructor to ensure it gets set 2017-11-15 15:57:07 -08:00
sat_clause.h fixes 2017-11-11 17:22:33 -08:00
sat_clause_set.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_clause_set.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_clause_use_list.cpp bug fixes, prepare for retaining blocked clauses 2017-10-19 22:19:05 -07:00
sat_clause_use_list.h bug fixes, prepare for retaining blocked clauses 2017-10-19 22:19:05 -07:00
sat_cleaner.cpp ensure that bca takes also lemmas into account 2017-10-27 15:40:25 -07:00
sat_cleaner.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_config.cpp freevars cube cutoff 2017-12-01 11:02:29 -08:00
sat_config.h freevars cube cutoff 2017-12-01 11:02:29 -08:00
sat_drat.cpp ensure that bca takes also lemmas into account 2017-10-27 15:40:25 -07:00
sat_drat.h ensure that bca takes also lemmas into account 2017-10-27 15:40:25 -07:00
sat_elim_eqs.cpp set eliminated to false on literals used in clauses 2017-11-30 11:20:19 -08:00
sat_elim_eqs.h bug fixes 2017-10-08 14:35:31 -07:00
sat_elim_vars.cpp fix non-termination bug with retained clauses 2017-10-25 15:40:11 -07:00
sat_elim_vars.h fixup bdd reordering, assertions and perf 2017-10-18 19:32:49 -07:00
sat_extension.h fix lookahead with ba extension 2017-10-11 17:30:21 -07:00
sat_iff3_finder.cpp merge with master branch 2017-09-19 09:39:22 -07:00
sat_iff3_finder.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_integrity_checker.cpp merge with master branch 2017-09-19 09:39:22 -07:00
sat_integrity_checker.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_justification.h fix crash bugs in sat solver 2017-11-11 11:25:43 -08:00
sat_local_search.cpp bug fixes, prepare for retaining blocked clauses 2017-10-19 22:19:05 -07:00
sat_local_search.h merge with master branch 2017-09-19 09:39:22 -07:00
sat_lookahead.cpp freevars cube cutoff 2017-12-01 11:02:29 -08:00
sat_lookahead.h freevars cube cutoff 2017-12-01 11:02:29 -08:00
sat_model_converter.cpp model-add/del 2017-11-01 22:32:22 -05:00
sat_model_converter.h model-add/del 2017-11-01 22:32:22 -05:00
sat_mus.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_mus.h rework sat.mus to use restart count for bounded minimization 2017-01-26 13:28:40 -08:00
sat_par.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_par.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_parallel.cpp added facility to persist model transformations 2017-11-02 00:05:52 -05:00
sat_parallel.h merge with master branch 2017-09-19 09:39:22 -07:00
sat_params.pyg freevars cube cutoff 2017-12-01 11:02:29 -08:00
sat_probing.cpp expose probing configuration parameters 2017-11-20 12:09:37 -08:00
sat_probing.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_scc.cpp adding uhle/uhte for faster asymmetric branching 2017-11-29 21:21:56 -08:00
sat_scc.h adding uhle/uhte for faster asymmetric branching 2017-11-29 21:21:56 -08:00
sat_scc_params.pyg add options to perform transitive reduction and add hyper binary clauses 2017-11-27 10:53:22 -08:00
sat_simplifier.cpp bug fixes in uninitialized variables 2017-11-11 12:09:33 -08:00
sat_simplifier.h allow incremental mode override 2017-11-06 15:00:52 -08:00
sat_simplifier_params.pyg expose probing configuration parameters 2017-11-20 12:09:37 -08:00
sat_solver.cpp preparing for more efficient asymmetric branching 2017-11-29 17:16:15 -08:00
sat_solver.h set eliminated to false on literals used in clauses 2017-11-30 11:20:19 -08:00
sat_types.h fix crash bugs in sat solver 2017-11-11 11:25:43 -08:00
sat_var_queue.h merge with master branch 2017-09-19 09:39:22 -07:00
sat_watched.cpp fix crash bugs in sat solver 2017-11-11 11:25:43 -08:00
sat_watched.h fix crash bugs in sat solver 2017-11-11 11:25:43 -08:00