.. |
sat_solver
|
enable incremental consequence finding with restart timeout
|
2017-01-02 10:07:02 -08:00 |
tactic
|
fix generation of wcnf
|
2016-12-18 14:49:45 -08: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 memory leak in SAT solver exposed by regression tests
|
2016-01-06 11:44:55 -08: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_bceq.cpp
|
add option for prettier proof printing, Issue #706
|
2016-08-20 03:52:45 -07:00 |
sat_bceq.h
|
n/a
|
2015-08-14 14:12:14 +02:00 |
sat_clause.cpp
|
style/formatting
|
2016-09-16 19:34:48 +01: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 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_cleaner.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_config.cpp
|
Fixed initialization order warning.
|
2017-01-03 13:41:08 +00:00 |
sat_config.h
|
add restart.max parameter to control cancellation based on restart count
|
2016-12-25 17:43:47 -08:00 |
sat_elim_eqs.cpp
|
Fix memory smash on double free of clauses
|
2015-02-23 10:28:32 -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
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_iff3_finder.cpp
|
Reorganizing the code
|
2012-10-20 15:30:42 -07: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
|
remove sources for unused variable warnings
|
2016-12-21 09:54:45 -08: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
|
redoing pd-maxres
|
2015-08-20 18:09:43 -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
|
add option for prettier proof printing, Issue #706
|
2016-08-20 03:52:45 -07:00 |
sat_mus.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |
sat_params.pyg
|
enable incremental consequence finding with restart timeout
|
2017-01-02 10:07:02 -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
|
Fixed potential SAT solver cleanup problem. Renamed functions for consistency. Relates to #570.
|
2016-11-14 17:42:21 +00: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_sls.cpp
|
fix warnings for unused variables
|
2016-05-17 13:54:22 -07:00 |
sat_sls.h
|
reworking cancellation
|
2015-12-11 16:21:24 -08:00 |
sat_solver.cpp
|
fix bug in antecedent collection for consequence finding: once an antecedent is set, it should not be cleared
|
2017-01-06 19:34:50 -05:00 |
sat_solver.h
|
fix bug in antecedent collection for consequence finding: once an antecedent is set, it should not be cleared
|
2017-01-06 19:34:50 -05:00 |
sat_types.h
|
fix and coallesce clique functionality
|
2016-11-19 03:55:48 -08: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
|
Reorganizing the code
|
2012-10-20 15:30:42 -07:00 |
sat_watched.h
|
update header guards to be C++ style. Fixes issue #9
|
2015-07-08 23:18:40 -07:00 |