.. |
sat_solver
|
fix #2416
|
2019-07-23 19:01:49 -07:00 |
tactic
|
move value factories to model
|
2019-10-16 19:48:35 -07:00 |
ba_solver.cpp
|
remove verbose=0 instances #2507
|
2019-08-21 21:40:51 +08:00 |
ba_solver.h
|
fixes for input4/5 #2416
|
2019-07-28 10:28:01 +08:00 |
CMakeLists.txt
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07: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
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_asymm_branch.h
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -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
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -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
|
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
|
fix cleanup bug exposed by reordering simplifcations
|
2019-06-23 01:25:50 +02:00 |
sat_cleaner.h
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_config.cpp
|
fixes for #2513
|
2019-08-23 23:29:24 +03:00 |
sat_config.h
|
fixes for #2513
|
2019-08-23 23:29:24 +03:00 |
sat_ddfw.cpp
|
remove unreferenced
|
2019-06-21 09:17:17 +02:00 |
sat_ddfw.h
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_drat.cpp
|
reorder fields, rename overload name clash
|
2019-08-25 16:01:39 -03:00 |
sat_drat.h
|
fixes for #2513
|
2019-08-23 23:29:24 +03:00 |
sat_elim_eqs.cpp
|
fix #2416 exposed bugs: unsat-core extraction in combination with chronological backracking, equivalence elimination in combination with PB constraints
|
2019-07-25 18:55:44 -07: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
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07: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
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07: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
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_local_search.cpp
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_local_search.h
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_lookahead.cpp
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_lookahead.h
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_model_converter.cpp
|
fix #2416
|
2019-07-23 19:01:49 -07:00 |
sat_model_converter.h
|
expose import model converter over Python, document it, add partial order axioms for lex, disable linear order axioms, prepare ground for re-adding clauses from reconstruction stack
|
2019-07-18 13:45:13 -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_parallel.cpp
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_parallel.h
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_params.pyg
|
fixes for #2513
|
2019-08-23 23:29:24 +03:00 |
sat_prob.cpp
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_prob.h
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07: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
|
expose import model converter over Python, document it, add partial order axioms for lex, disable linear order axioms, prepare ground for re-adding clauses from reconstruction stack
|
2019-07-18 13:45:13 -07: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 whitespace issues in *.pyg.
|
2019-08-15 10:19:33 -07:00 |
sat_solver.cpp
|
Improve platform detection, in particular MSVC ARM64
|
2019-10-24 15:19:53 -07:00 |
sat_solver.h
|
fix #2418, change types in sat_solver to avoid cast
|
2019-07-24 11:52:28 -07:00 |
sat_solver_core.h
|
fix detection of arithmetic operations
|
2019-02-20 14:00:05 +01:00 |
sat_types.h
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07:00 |
sat_unit_walk.cpp
|
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
|
2019-06-13 08:45:21 -07: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 |