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 636f740b1a fixup bdd reordering, assertions and perf
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-10-18 19:32:49 -07:00
..
sat_solver fixing lookahead/ba + parallel 2017-10-11 17:06:28 -07:00
tactic updates 2017-10-13 11:22:47 -07:00
ba_solver.cpp expose missed propagations 2017-10-18 08:57:32 -07:00
ba_solver.h expose missed propagations 2017-10-18 08:57:32 -07: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 merge with master branch 2017-09-19 09:39:22 -07:00
sat_asymm_branch.h merge with master branch 2017-09-19 09:39:22 -07:00
sat_asymm_branch_params.pyg exposed sat params 2012-12-02 16:38:33 -08:00
sat_bdd.cpp fixup bdd reordering, assertions and perf 2017-10-18 19:32:49 -07:00
sat_bdd.h testing bdd for elim-vars 2017-10-18 17:37:38 -07:00
sat_clause.cpp merge with master branch 2017-09-19 09:39:22 -07:00
sat_clause.h merge with master branch 2017-09-19 09:39:22 -07: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 make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_clause_use_list.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_cleaner.cpp merge with master branch 2017-09-19 09:39:22 -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 Cuber fixes. Added March_CU heuristics 2017-10-06 16:10:05 -07:00
sat_config.h Cuber fixes. Added March_CU heuristics 2017-10-06 16:10:05 -07:00
sat_drat.cpp bug fixes 2017-10-07 19:02:06 +01:00
sat_drat.h testing double lookahead 2017-03-31 17:22:44 -07:00
sat_elim_eqs.cpp use clause structure for nary 2017-10-10 11:49:31 -07:00
sat_elim_eqs.h bug fixes 2017-10-08 14:35:31 -07:00
sat_elim_vars.cpp fixup bdd reordering, assertions and perf 2017-10-18 19:32:49 -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 reorg 2017-06-28 17:46:29 -07:00
sat_local_search.cpp merge with master branch 2017-09-19 09:39:22 -07:00
sat_local_search.h merge with master branch 2017-09-19 09:39:22 -07:00
sat_lookahead.cpp testing bdd for elim-vars 2017-10-18 17:38:39 -07:00
sat_lookahead.h testing bdd for elim-vars 2017-10-18 17:37:38 -07:00
sat_model_converter.cpp compress elimination stack representation 2017-10-17 21:28:48 -07:00
sat_model_converter.h compress elimination stack representation 2017-10-17 21:28:48 -07: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 in-processing features to card/pb 2017-06-25 16:26:47 -07:00
sat_parallel.h merge with master branch 2017-09-19 09:39:22 -07:00
sat_params.pyg adding bdd 2017-10-13 18:03:35 -07:00
sat_probing.cpp merge with master branch 2017-09-19 09:39:22 -07: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 merge with master branch 2017-09-19 09:39:22 -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 fixup bdd reordering, assertions and perf 2017-10-18 19:32:49 -07:00
sat_simplifier.h add cce 2017-10-15 15:13:43 -07:00
sat_simplifier_params.pyg experiment with sat solver 2014-05-14 19:40:58 -07:00
sat_solver.cpp add cce 2017-10-15 15:13:43 -07:00
sat_solver.h add cce 2017-10-15 15:13:43 -07:00
sat_types.h merge with master branch 2017-09-19 09:39:22 -07:00
sat_var_queue.h merge with master branch 2017-09-19 09:39:22 -07:00
sat_watched.cpp merge with master branch 2017-09-19 09:39:22 -07:00
sat_watched.h working on parallel solver 2017-10-10 16:35:05 -07:00