.. |
sat_solver
|
expose xor solver separate from cardinality solver
|
2017-02-25 16:29:46 -08:00 |
tactic
|
integrating local search, supporting top-level inequalities
|
2017-03-01 19:49:59 -08:00 |
card_extension.cpp
|
fix xor handling, and defaults for cardinality
|
2017-03-09 22:44:41 +01:00 |
card_extension.h
|
fix xor handling, and defaults for cardinality
|
2017-03-09 22:44:41 +01:00 |
dimacs.cpp
|
checkpoint
|
2012-10-21 20:04:34 -07:00 |
dimacs.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_asymm_branch.cpp
|
fix drat checker
|
2017-02-10 18:04:54 -05:00 |
sat_asymm_branch.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_asymm_branch_params.pyg
|
exposed sat params
|
2012-12-02 16:38:33 -08:00 |
sat_clause.cpp
|
adding clause sharing to par mode
|
2017-02-05 22:24:20 -08:00 |
sat_clause.h
|
Fixed compiler warning
|
2016-11-14 17:42:20 +00:00 |
sat_clause_set.cpp
|
removing warnings for unused variables, #579
|
2016-05-17 15:59:06 -07:00 |
sat_clause_set.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_clause_use_list.cpp
|
Reorganizing the code
|
2012-10-20 15:30:42 -07:00 |
sat_clause_use_list.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_cleaner.cpp
|
fix drat checker
|
2017-02-10 18:04:54 -05:00 |
sat_cleaner.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_config.cpp
|
adding ability to ahve multiple local search threads
|
2017-03-06 10:48:58 -08:00 |
sat_config.h
|
adding ability to ahve multiple local search threads
|
2017-03-06 10:48:58 -08:00 |
sat_drat.cpp
|
fix drat checker
|
2017-02-10 18:04:54 -05:00 |
sat_drat.h
|
fix drat checker
|
2017-02-10 18:04:54 -05:00 |
sat_elim_eqs.cpp
|
testing lookahead
|
2017-02-12 11:49:07 -08:00 |
sat_elim_eqs.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_extension.h
|
testing lookahead
|
2017-02-12 11:49:07 -08:00 |
sat_iff3_finder.cpp
|
working on lookahead
|
2017-03-27 04:53:27 +02:00 |
sat_iff3_finder.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_integrity_checker.cpp
|
debugging double lookahead and autarkies
|
2017-03-31 07:21:59 -07:00 |
sat_integrity_checker.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_justification.h
|
working on card for sat
|
2017-01-30 14:03:27 -08:00 |
sat_local_search.cpp
|
adding pb
|
2017-03-14 16:41:12 -07:00 |
sat_local_search.h
|
constraint id
|
2017-03-14 16:27:22 -07:00 |
sat_lookahead.h
|
debugging double lookahead and autarkies
|
2017-03-31 07:21:59 -07:00 |
sat_model_converter.cpp
|
reduce set of mainly verbose warnings raised by -Wmaybe-uninitialized and unused variable warnings from release mode builds
|
2016-06-22 20:25:47 -07:00 |
sat_model_converter.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_mus.cpp
|
rework sat.mus to use restart count for bounded minimization
|
2017-01-26 13:28:40 -08: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
|
enable multiple local search threads
|
2017-03-06 11:48:23 -08:00 |
sat_parallel.h
|
local search updates
|
2017-03-05 14:40:58 -08:00 |
sat_params.pyg
|
adding ability to ahve multiple local search threads
|
2017-03-06 10:48:58 -08:00 |
sat_probing.cpp
|
Fixed iterator invalidation bug in SAT probing. Relates to #798.
|
2016-11-26 14:07:05 +00:00 |
sat_probing.h
|
Fixed potential SAT solver cleanup problem. Renamed functions for consistency. Relates to #570.
|
2016-11-14 17:42:21 +00:00 |
sat_scc.cpp
|
fix format bug (issue 126) and smaller nits in sat solver (const annotation, disable elimination of external or already elimianted variables)
|
2014-10-04 18:35:18 -07:00 |
sat_scc.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_scc_params.pyg
|
exposed sat params
|
2012-12-02 16:38:33 -08:00 |
sat_simplifier.cpp
|
working on lookahead
|
2017-03-27 04:53:27 +02:00 |
sat_simplifier.h
|
Fixed potential SAT solver cleanup problem. Renamed functions for consistency. Relates to #570.
|
2016-11-14 17:42:21 +00:00 |
sat_simplifier_params.pyg
|
experiment with sat solver
|
2014-05-14 19:40:58 -07:00 |
sat_solver.cpp
|
working on lookahead
|
2017-03-27 04:53:27 +02:00 |
sat_solver.h
|
local search updates
|
2017-03-05 14:40:58 -08:00 |
sat_types.h
|
working on lookahead
|
2017-03-27 04:53:27 +02:00 |
sat_var_queue.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_watched.cpp
|
working on lookahead
|
2017-03-27 04:53:27 +02:00 |
sat_watched.h
|
working on lookahead
|
2017-03-27 04:53:27 +02:00 |