3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 22:35:35 +00:00
z3/src/sat
Nikolaj Bjorner 90fca8b378 add psat to available tactics
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-09-30 17:44:28 -07:00
..
sat_solver add psat to available tactics 2018-09-30 17:44:28 -07:00
tactic fix #1783, wronge clausification of negated pb inequalities. Signs were ignored 2018-08-11 13:33:09 -07:00
ba_solver.cpp fix name to divisible, guard under smtlib2_compliant as sugguested in #1757 2018-09-01 18:22:10 -07:00
ba_solver.h add circuit and unate encoding besides sorting option 2018-07-06 21:09:13 -07: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_allocator.h sat_allocator: align allocation size with page boundary to reduce memory consumption 2018-07-08 18:04:32 +01:00
sat_asymm_branch.cpp merge 2018-04-30 09:30:43 -07:00
sat_asymm_branch.h merge 2018-04-30 09:30:43 -07:00
sat_asymm_branch_params.pyg bug fixes 2018-02-19 21:49:03 -08:00
sat_bdd.cpp fixes to bdd 2018-06-14 17:25:18 -07:00
sat_bdd.h fixes to bdd 2018-06-14 17:25:18 -07:00
sat_big.cpp fix build errors 2018-05-01 10:06:54 -07:00
sat_big.h fix build errors 2018-05-01 10:06:54 -07:00
sat_clause.cpp fix x86 warning 2018-05-23 10:30:14 -07:00
sat_clause.h fix ema 2018-05-05 13:58:47 +02: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 working on completing ATE/ALA for acce and abce 2018-01-29 20:32:06 -08:00
sat_clause_use_list.h disable bdd variable elimination 2018-03-31 17:05:22 -07:00
sat_cleaner.cpp fix bugs in scc_tr 2018-03-25 14:55:42 -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 fix ema 2018-05-05 13:58:47 +02:00
sat_config.h fix ema 2018-05-05 13:58:47 +02:00
sat_drat.cpp testing memory defragmentation, prefetch, delay ate 2018-04-27 17:59:03 +02:00
sat_drat.h ensure that bca takes also lemmas into account 2017-10-27 15:40:25 -07:00
sat_elim_eqs.cpp disable bdd variable elimination 2018-03-31 17:05:22 -07:00
sat_elim_eqs.h fix pbge and reduce_tr 2018-03-13 09:07:58 -07:00
sat_elim_vars.cpp testing memory defragmentation, prefetch, delay ate 2018-04-27 17:59:03 +02:00
sat_elim_vars.h disable bdd variable elimination 2018-03-31 17:05:22 -07:00
sat_extension.h add model checker to external 2018-02-08 13:03:57 -08:00
sat_iff3_finder.cpp testing memory defragmentation, prefetch, delay ate 2018-04-27 17:59:03 +02: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 testing memory defragmentation, prefetch, delay ate 2018-04-27 17:59:03 +02: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 build 2018-05-01 09:46:54 -07:00
sat_local_search.h fixing local search 2018-03-15 21:11:55 -07:00
sat_lookahead.cpp add documentation on the cuber 2018-09-22 19:19:05 -07:00
sat_lookahead.h fix build errors 2018-05-01 09:15:53 -07:00
sat_model_converter.cpp fix build 2018-05-01 09:46:54 -07:00
sat_model_converter.h flip literals in ATEs produced using RI 2018-04-06 08:38:01 -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 fix build 2018-05-01 09:46:54 -07:00
sat_parallel.h bug fixes 2018-02-19 21:49:03 -08:00
sat_params.pyg add documentation on the cuber 2018-09-22 19:19:05 -07:00
sat_probing.cpp merge with master 2018-03-25 14:57:01 -07:00
sat_probing.h Use nullptr. 2018-02-12 14:05:55 +07:00
sat_scc.cpp fix build errors 2018-05-01 10:06:54 -07:00
sat_scc.h working on completing ATE/ALA for acce and abce 2018-01-29 20:32:06 -08:00
sat_scc_params.pyg working on completing ATE/ALA for acce and abce 2018-01-29 20:32:06 -08:00
sat_simplifier.cpp fix #1685 2018-06-18 20:53:33 -07:00
sat_simplifier.h fix removal bug, tune all-interval usage 2018-05-09 16:32:38 +01:00
sat_simplifier_params.pyg ate/acce 2018-02-02 20:51:41 -08:00
sat_solver.cpp fix #1782 2018-08-02 10:08:16 -07:00
sat_solver.h fix bug in sat-solver where frozen clauses get re-attached 2018-07-05 12:19:03 -07:00
sat_types.h add unit walk engine 2017-12-17 16:09:07 -08:00
sat_unit_walk.cpp fixing local search 2018-03-15 06:48:26 -07:00
sat_unit_walk.h add unit walk engine 2017-12-17 16:09:07 -08:00
sat_var_queue.h testing memory defragmentation, prefetch, delay ate 2018-04-27 17:59:03 +02:00
sat_watched.cpp add LP parser option to front-end and opt context 2018-02-06 14:02:44 -08:00
sat_watched.h update lia2card to handle broader intervals 2018-02-03 15:52:34 -08:00