![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
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.
#include <clause.h>
Public Attributes | |
double | activity = 0.0 |
int32_t | lbd = 0 |
bool | protected_during_next_cleanup = false |
double operations_research::sat::ClauseInfo::activity = 0.0 |
bool operations_research::sat::ClauseInfo::protected_during_next_cleanup = false |