3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
z3/src/sat
Nikolaj Bjorner ecb43ccca2 update smt logging format to follow SAT solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-08-20 20:00:20 -07:00
..
sat_solver add accessors for implied values to API 2020-07-28 19:46:39 -07:00
tactic flush gmc for sat-preprocessor model bug #4532 2020-07-26 14:30:48 -07:00
ba_solver.cpp fix #4541 2020-06-24 20:26:59 -07:00
ba_solver.h booyah 2020-07-04 15:56:30 -07:00
CMakeLists.txt updates to seq and bug fixes (#4056) 2020-04-22 13:18:55 -07:00
dimacs.cpp remove unused file & hide a few symbols 2020-01-31 17:13:28 +00:00
dimacs.h booyah 2020-07-04 15:56:30 -07:00
sat_aig_cuts.cpp bool_vector, some spacer tidy 2020-04-05 12:59:04 -07:00
sat_aig_cuts.h add simplifiation pass 2020-02-22 11:21:53 -08:00
sat_aig_finder.cpp More cases needed to find all ite clauses. 2020-02-19 09:03:58 -08:00
sat_aig_finder.h Passing functor by const-reference allows to use lambdas as arguments. 2020-02-19 07:00:37 -08:00
sat_allocator.h booyah 2020-07-04 15:56:30 -07:00
sat_anf_simplifier.cpp use variable id as level, separate cut-set updates, add missing reset in pdd 2020-01-08 02:15:45 -08:00
sat_anf_simplifier.h bool_vector, some spacer tidy 2020-04-05 12:59:04 -07:00
sat_asymm_branch.cpp bool_vector, some spacer tidy 2020-04-05 12:59:04 -07:00
sat_asymm_branch.h booyah 2020-07-04 15:56:30 -07:00
sat_asymm_branch_params.pyg bug fixes 2018-02-19 21:49:03 -08:00
sat_bcd.cpp bcd 2020-01-16 20:37:22 -08:00
sat_bcd.h bool_vector, some spacer tidy 2020-04-05 12:59:04 -07:00
sat_big.cpp remove unsound use of sat_big reduction 2019-12-20 22:01:18 -08:00
sat_big.h booyah 2020-07-04 15:56:30 -07:00
sat_binspr.cpp unused / return warnings 2019-12-18 14:25:18 -08:00
sat_binspr.h booyah 2020-07-04 15:56:30 -07: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 remove unneeded constructors (last round) 2020-07-12 17:41:57 +01: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 booyah 2020-07-04 15:56:30 -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 booyah 2020-07-04 15:56:30 -07:00
sat_cleaner.cpp fix cleanup bug exposed by reordering simplifcations 2019-06-23 01:25:50 +02:00
sat_cleaner.h booyah 2020-07-04 15:56:30 -07:00
sat_config.cpp fix #4624 #4633 #4632 #4631 2020-08-13 08:36:16 -07:00
sat_config.h booyah 2020-07-04 15:56:30 -07:00
sat_cut_simplifier.cpp add cut redundancies 2020-03-01 12:49:59 -08:00
sat_cut_simplifier.h disable unsound simplify, rename stats, delay region allocation for cutsets 2020-02-25 12:40:16 -08:00
sat_cutset.cpp fix gcc 9/10 warnings 2020-05-23 16:39:09 +01:00
sat_cutset.h remove unneeded constructors (last round) 2020-07-12 17:41:57 +01:00
sat_cutset_compute_shift.h rename aig_simplifier to cut_simplifier 2020-02-18 18:29:59 -08:00
sat_ddfw.cpp remove unreferenced 2019-06-21 09:17:17 +02:00
sat_ddfw.h booyah 2020-07-04 15:56:30 -07:00
sat_drat.cpp fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string 2020-07-11 20:24:45 +01:00
sat_drat.h booyah 2020-07-04 15:56:30 -07:00
sat_elim_eqs.cpp rename aig_simplifier to cut_simplifier 2020-02-18 18:29:59 -08:00
sat_elim_eqs.h booyah 2020-07-04 15:56:30 -07:00
sat_elim_vars.cpp move bdd to separate space 2019-12-17 10:03:01 -08:00
sat_elim_vars.h booyah 2020-07-04 15:56:30 -07:00
sat_extension.h booyah 2020-07-04 15:56:30 -07:00
sat_integrity_checker.cpp include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw 2019-06-13 08:45:21 -07:00
sat_integrity_checker.h booyah 2020-07-04 15:56:30 -07:00
sat_justification.h booyah 2020-07-04 15:56:30 -07:00
sat_local_search.cpp pipeline with release mode (#4206) 2020-05-04 12:30:03 -07:00
sat_local_search.h booyah 2020-07-04 15:56:30 -07:00
sat_lookahead.cpp bool_vector, some spacer tidy 2020-04-05 12:59:04 -07:00
sat_lookahead.h booyah 2020-07-04 15:56:30 -07:00
sat_lut_finder.cpp add simplifiation pass 2020-02-22 11:21:53 -08:00
sat_lut_finder.h bool_vector 2020-04-05 18:14:56 -07:00
sat_model_converter.cpp remove a bunch of constructors to avoid copies 2020-06-03 17:09:27 +01:00
sat_model_converter.h flush gmc for sat-preprocessor model bug #4532 2020-07-26 14:30: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 booyah 2020-07-04 15:56:30 -07:00
sat_npn3_finder.cpp No need to hash quaternaries for AND. 2020-03-01 04:10:25 -08:00
sat_npn3_finder.h add stubs for npn3 2020-02-27 21:19:40 -08:00
sat_parallel.cpp SINGLE_THREAD: do not use pthread if possible (#4382) 2020-05-19 09:45:41 -07:00
sat_parallel.h booyah 2020-07-04 15:56:30 -07:00
sat_params.pyg add sat option for doing a global simplification before the bounded search and the main CDCL search loop. The option is also used for the sat-preprocess tacitc (#4514) 2020-06-12 16:45:50 -07:00
sat_prob.cpp fix #3815 2020-04-06 19:28:51 -07:00
sat_prob.h booyah 2020-07-04 15:56:30 -07:00
sat_probing.cpp add unit test for #2867 2020-03-24 11:52:41 -07:00
sat_probing.h booyah 2020-07-04 15:56:30 -07:00
sat_scc.cpp add shortcuts for unit assertions, conflicts 2019-02-11 10:56:36 -08:00
sat_scc.h booyah 2020-07-04 15:56:30 -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 bool_vector, some spacer tidy 2020-04-05 12:59:04 -07:00
sat_simplifier.h booyah 2020-07-04 15:56:30 -07:00
sat_simplifier_params.pyg Fix whitespace issues in *.pyg. 2019-08-15 10:19:33 -07:00
sat_solver.cpp flush gmc for sat-preprocessor model bug #4532 2020-07-26 14:30:48 -07:00
sat_solver.h booyah 2020-07-04 15:56:30 -07:00
sat_solver_core.h booyah 2020-07-04 15:56:30 -07:00
sat_types.h update smt logging format to follow SAT solver 2020-08-20 20:00:20 -07:00
sat_var_queue.h booyah 2020-07-04 15:56:30 -07: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 booyah 2020-07-04 15:56:30 -07:00
sat_xor_finder.cpp align parity with signs 2020-02-26 15:49:58 -08:00
sat_xor_finder.h fix build 2020-04-06 11:19:04 +01:00