Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <clause.h>
Public Attributes | |
double | activity = 0.0 |
int32_t | lbd = 0 |
bool | protected_during_next_cleanup = false |
Clause information used for the clause database management. Note that only the clauses that can be removed have an info. The problem clauses and the learned one that we wants to keep forever do not have one.
double operations_research::sat::ClauseInfo::activity = 0.0 |
bool operations_research::sat::ClauseInfo::protected_during_next_cleanup = false |