3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 22:05:36 +00:00
z3/src/sat
Nikolaj Bjorner dc0e9c1919 completing user print experience with seq/re #2200
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-03-24 11:46:36 -07:00
..
sat_solver completing user print experience with seq/re #2200 2019-03-24 11:46:36 -07:00
tactic completing user print experience with seq/re #2200 2019-03-24 11:46:36 -07:00
ba_solver.cpp add shortcuts for unit assertions, conflicts 2019-02-11 10:56:36 -08:00
ba_solver.h add shortcuts for unit assertions, conflicts 2019-02-11 10:56:36 -08:00
CMakeLists.txt add unit walk engine 2017-12-17 16:09:07 -08:00
dimacs.cpp recover error stream from dimacs 2018-11-12 15:33:46 -08:00
dimacs.h recover error stream from dimacs 2018-11-12 15:33:46 -08: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 add shortcuts for unit assertions, conflicts 2019-02-11 10:56:36 -08: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 Catch exceptions by const-reference 2018-10-16 19:16:07 +02:00
sat_bdd.h fixes to bdd 2018-06-14 17:25:18 -07:00
sat_big.cpp add shortcuts for unit assertions, conflicts 2019-02-11 10:56:36 -08:00
sat_big.h address perf #2098 2019-01-23 16:58:00 -08:00
sat_clause.cpp fix gc to not remove ternary clauses that are on assignment trail. This addresses issue with drat proofs that don't pass drat-trim due to deletion during gc, but use in conflicts 2019-02-22 11:14:20 +01:00
sat_clause.h fix drat for units learned from binary clause resolution 2019-01-12 00:12:20 -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 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 add shortcuts for unit assertions, conflicts 2019-02-11 10:56:36 -08: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 check pb solver 2019-02-28 14:28:03 -08:00
sat_config.h check pb solver 2019-02-28 14:28:03 -08:00
sat_drat.cpp fix -Wsign-compare (len can never become negative anyway) 2019-02-23 10:57:41 +01:00
sat_drat.h fix gc to not remove ternary clauses that are on assignment trail. This addresses issue with drat proofs that don't pass drat-trim due to deletion during gc, but use in conflicts 2019-02-22 11:14:20 +01:00
sat_elim_eqs.cpp fix gc to not remove ternary clauses that are on assignment trail. This addresses issue with drat proofs that don't pass drat-trim due to deletion during gc, but use in conflicts 2019-02-22 11:14:20 +01:00
sat_elim_eqs.h fix drat output for elim_eqs 2019-01-10 15:25:10 -08:00
sat_elim_vars.cpp add shortcuts for unit assertions, conflicts 2019-02-11 10:56:36 -08:00
sat_elim_vars.h disable bdd variable elimination 2018-03-31 17:05:22 -07:00
sat_extension.h add shortcuts for unit assertions, conflicts 2019-02-11 10:56:36 -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 stopwatches: fix a few places that would call start/stop multiple times 2019-02-21 14:59:31 +00:00
sat_local_search.h variations on unit-walk 2019-02-13 17:43:15 -08:00
sat_lookahead.cpp variations on unit-walk 2019-02-13 17:43:15 -08:00
sat_lookahead.h variations on unit-walk 2019-02-13 17:43:15 -08:00
sat_model_converter.cpp completing user print experience with seq/re #2200 2019-03-24 11:46:36 -07:00
sat_model_converter.h fixing #1971 2018-12-21 17:10:37 -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_parallel.cpp import more from csp 2019-02-11 13:09:28 -08:00
sat_parallel.h increment version number to 4.8.4 2018-11-19 15:17:55 -08:00
sat_params.pyg add binary_merge encoding option 2019-02-28 08:35:22 -08:00
sat_probing.cpp fix gc to not remove ternary clauses that are on assignment trail. This addresses issue with drat proofs that don't pass drat-trim due to deletion during gc, but use in conflicts 2019-02-22 11:14:20 +01:00
sat_probing.h Use nullptr. 2018-02-12 14:05:55 +07:00
sat_scc.cpp add shortcuts for unit assertions, conflicts 2019-02-11 10:56:36 -08:00
sat_scc.h updated resolvents 2018-09-03 11:17:50 -07: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 gc to not remove ternary clauses that are on assignment trail. This addresses issue with drat proofs that don't pass drat-trim due to deletion during gc, but use in conflicts 2019-02-22 11:14:20 +01:00
sat_simplifier.h fix gc to not remove ternary clauses that are on assignment trail. This addresses issue with drat proofs that don't pass drat-trim due to deletion during gc, but use in conflicts 2019-02-22 11:14:20 +01:00
sat_simplifier_params.pyg Fix a couple of typos. 2018-11-28 14:58:04 +07:00
sat_solver.cpp completing user print experience with seq/re #2200 2019-03-24 11:46:36 -07:00
sat_solver.h fix gc to not remove ternary clauses that are on assignment trail. This addresses issue with drat proofs that don't pass drat-trim due to deletion during gc, but use in conflicts 2019-02-22 11:14:20 +01:00
sat_solver_core.h fix detection of arithmetic operations 2019-02-20 14:00:05 +01:00
sat_types.h disable fixes for #2128 and related as it breaks model evaluation time in regressions, set longer delay for inprocessing in sat solver, report stats 2019-02-09 16:06:02 -08:00
sat_unit_walk.cpp also deal with initializing boolean variables in smt context 2019-02-15 17:58:26 -08:00
sat_unit_walk.h also deal with initializing boolean variables in smt context 2019-02-15 17:58:26 -08:00
sat_var_queue.h testing memory defragmentation, prefetch, delay ate 2018-04-27 17:59:03 +02:00
sat_watched.cpp fix gc to not remove ternary clauses that are on assignment trail. This addresses issue with drat proofs that don't pass drat-trim due to deletion during gc, but use in conflicts 2019-02-22 11:14:20 +01:00
sat_watched.h add shortcuts for unit assertions, conflicts 2019-02-11 10:56:36 -08:00