Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <sat_base.h>
Static Public Attributes | |
static constexpr int | kCachedReason = 0 |
static constexpr int | kUnitReason = 1 |
static constexpr int | kSearchDecision = 2 |
static constexpr int | kSameReasonAs = 3 |
static constexpr int | kFirstFreePropagationId = 4 |
Propagator ids starts from there and are created dynamically. | |
Each literal on the trail will have an associated propagation "type" which is either one of these special types or the id of a propagator.
Definition at line 275 of file sat_base.h.
|
staticconstexpr |
Definition at line 276 of file sat_base.h.
|
staticconstexpr |
Propagator ids starts from there and are created dynamically.
Definition at line 282 of file sat_base.h.
|
staticconstexpr |
Definition at line 279 of file sat_base.h.
|
staticconstexpr |
Definition at line 278 of file sat_base.h.
|
staticconstexpr |
Definition at line 277 of file sat_base.h.