3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 14:25:35 +00:00
z3/src/sat
Nikolaj Bjorner 8198a8ce7b bug fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-12-23 14:41:16 -08:00
..
sat_solver fix sat model converter to work with incrementality 2017-12-18 11:12:27 -08:00
tactic bug fixes 2017-12-23 14:41:16 -08:00
ba_solver.cpp add unit walk engine 2017-12-17 16:09:07 -08:00
ba_solver.h add unit walk engine 2017-12-17 16:09:07 -08:00
CMakeLists.txt add unit walk engine 2017-12-17 16:09:07 -08: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 restored commented out code 2017-12-15 14:00:20 -08:00
sat_asymm_branch.h remove cache reset that causes crash 2017-12-15 11:22:50 -08:00
sat_asymm_branch_params.pyg snapshot 2017-12-12 01:36:44 -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_big.cpp remove cache reset that causes crash 2017-12-15 11:22:50 -08:00
sat_big.h remove cache reset that causes crash 2017-12-15 11:22:50 -08: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 unit walk engine 2017-12-17 16:09:07 -08:00
sat_config.h add unit walk engine 2017-12-17 16:09:07 -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 merge 2017-12-15 09:51:17 -08:00
sat_elim_eqs.h bug fixes 2017-10-08 14:35:31 -07:00
sat_elim_vars.cpp commented non-compiling debug traces 2017-12-14 09:58:57 -08:00
sat_elim_vars.h fixup bdd reordering, assertions and perf 2017-10-18 19:32:49 -07:00
sat_extension.h add unit walk engine 2017-12-17 16:09:07 -08: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 restored commented out code 2017-12-15 14:00:20 -08:00
sat_integrity_checker.h fix transitive reduction bug, eliminate blocked tag on binary clauses, separate BIG structure from scc 2017-12-13 02:38:06 -08:00
sat_justification.h fix crash bugs in sat solver 2017-11-11 11:25:43 -08:00
sat_local_search.cpp fix transitive reduction bug, eliminate blocked tag on binary clauses, separate BIG structure from scc 2017-12-13 02:38:06 -08:00
sat_local_search.h merge with master branch 2017-09-19 09:39:22 -07:00
sat_lookahead.cpp merge 2017-12-15 14:01:50 -08:00
sat_lookahead.h remove cache reset that causes crash 2017-12-15 11:22:50 -08:00
sat_model_converter.cpp fix sat model converter to work with incrementality 2017-12-18 11:12:27 -08:00
sat_model_converter.h fix sat model converter to work with incrementality 2017-12-18 11:12:27 -08: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 add unit walk engine 2017-12-17 16:09:07 -08:00
sat_parallel.h add unit walk engine 2017-12-17 16:09:07 -08:00
sat_params.pyg add unit walk engine 2017-12-17 16:09:07 -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 transitive reduction bug, eliminate blocked tag on binary clauses, separate BIG structure from scc 2017-12-13 02:38:06 -08:00
sat_scc.h merge 2017-12-13 02:58:45 -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 restored commented out code 2017-12-15 14:00:20 -08:00
sat_simplifier.h fix transitive reduction bug, eliminate blocked tag on binary clauses, separate BIG structure from scc 2017-12-13 02:38:06 -08:00
sat_simplifier_params.pyg fix bug in PB constraint init_watch handling, adding transitive reduction, HLE, ULT, 2017-12-01 08:23:55 -08:00
sat_solver.cpp add unit walk engine 2017-12-17 16:09:07 -08:00
sat_solver.h fix sat model converter to work with incrementality 2017-12-18 11:12:27 -08:00
sat_types.h add unit walk engine 2017-12-17 16:09:07 -08:00
sat_unit_walk.cpp add unit walk engine 2017-12-17 16:09:07 -08:00
sat_unit_walk.h add unit walk engine 2017-12-17 16:09:07 -08:00
sat_var_queue.h merge with master branch 2017-09-19 09:39:22 -07:00
sat_watched.cpp add unit walk engine 2017-12-17 16:09:07 -08:00
sat_watched.h add unit walk engine 2017-12-17 16:09:07 -08:00