3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 14:25:35 +00:00
z3/src/sat
2017-11-20 12:09:46 -08:00
..
sat_solver remove also cores as arguments to tactics 2017-11-19 12:18:50 -08:00
tactic remove also cores as arguments to tactics 2017-11-19 12:18:50 -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 bug fixes in uninitialized variables 2017-11-11 12:09:33 -08:00
sat_asymm_branch.h bug fixes in uninitialized variables 2017-11-11 12:09:33 -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 add global autarky option, update translation of solvers to retain vsids, remove stale code 2017-11-14 18:19:21 -08:00
sat_config.h add global autarky option, update translation of solvers to retain vsids, remove stale code 2017-11-14 18:19:21 -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 updates to simplifier 2017-10-23 01:00:06 -04: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 add global autarky option, update translation of solvers to retain vsids, remove stale code 2017-11-14 18:19:21 -08:00
sat_lookahead.h initialize glue in constructor to ensure it gets set 2017-11-15 15:57:07 -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 add global autarky option, update translation of solvers to retain vsids, remove stale code 2017-11-14 18:19:21 -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 fix scc omitting blocked clauses 2017-10-27 17:29:26 -07:00
sat_scc.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_scc_params.pyg exposed sat params 2012-12-02 16:38:33 -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 re-organize iterators 2017-11-16 09:29:44 -08:00
sat_solver.h add global autarky option, update translation of solvers to retain vsids, remove stale code 2017-11-14 18:19:21 -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