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 a52fd4c6f2 merge
Signed-off-by: Miguel Angelo Da Terra Neves <t-mineve@microsoft.com>
2017-12-15 14:01:50 -08:00
..
sat_solver fix uninitialized variable m_gc_burst in config, have cuber accept and receive optional vector of variables indicating splits and global autarky as output 2017-12-14 02:38:45 -08:00
tactic set eliminated to false on literals used in clauses 2017-11-30 11:20:19 -08:00
ba_solver.cpp fix crash regression 2017-12-13 18:03:25 -08:00
ba_solver.h fix bug in PB constraint init_watch handling, adding transitive reduction, HLE, ULT, 2017-12-01 08:23:55 -08:00
CMakeLists.txt fix transitive reduction bug, eliminate blocked tag on binary clauses, separate BIG structure from scc 2017-12-13 02:38:06 -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 remove cache reset that causes crash 2017-12-15 11:22:50 -08:00
sat_config.h remove cache reset that causes crash 2017-12-15 11:22:50 -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 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 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 assertion in model converter for incremental mode 2017-12-13 15:24:40 -08:00
sat_model_converter.h add checks for flipping externals / assumptions in model converter, fix scc converter bug 2017-12-13 14:06:35 -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 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 remove cache reset that causes crash 2017-12-15 11:22:50 -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 restored commented out code 2017-12-15 14:00:20 -08:00
sat_solver.h fix uninitialized variable m_gc_burst in config, have cuber accept and receive optional vector of variables indicating splits and global autarky as output 2017-12-14 02:38:45 -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 transitive reduction bug, eliminate blocked tag on binary clauses, separate BIG structure from scc 2017-12-13 02:38:06 -08:00
sat_watched.h fix transitive reduction bug, eliminate blocked tag on binary clauses, separate BIG structure from scc 2017-12-13 02:38:06 -08:00