![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 215 of file sat_inprocessing.h.
#include <sat_inprocessing.h>
Public Member Functions | |
| StampingSimplifier (Model *model) | |
| bool | DoOneRound (bool log_info) |
| bool | ComputeStampsForNextRound (bool log_info) |
| void | SampleTreeAndFillParent () |
| bool | ComputeStamps () |
| bool | ImplicationIsInTree (Literal a, Literal b) const |
| bool | ProcessClauses () |
|
inlineexplicit |
Definition at line 217 of file sat_inprocessing.h.
| bool operations_research::sat::StampingSimplifier::ComputeStamps | ( | ) |
Definition at line 878 of file sat_inprocessing.cc.
| bool operations_research::sat::StampingSimplifier::ComputeStampsForNextRound | ( | bool | log_info | ) |
Definition at line 821 of file sat_inprocessing.cc.
| bool operations_research::sat::StampingSimplifier::DoOneRound | ( | bool | log_info | ) |
Definition at line 787 of file sat_inprocessing.cc.
|
inline |
Definition at line 245 of file sat_inprocessing.h.
| bool operations_research::sat::StampingSimplifier::ProcessClauses | ( | ) |
Definition at line 1060 of file sat_inprocessing.cc.
| void operations_research::sat::StampingSimplifier::SampleTreeAndFillParent | ( | ) |
Definition at line 843 of file sat_inprocessing.cc.