![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
A value and a literal. More...
#include <integer_base.h>
Classes | |
struct | CompareByLiteral |
struct | CompareByValue |
Public Member Functions | |
bool | operator== (const ValueLiteralPair &o) const |
std::string | DebugString () const |
Public Attributes | |
IntegerValue | value = IntegerValue(0) |
Literal | literal = Literal(kNoLiteralIndex) |
A value and a literal.
Definition at line 364 of file integer_base.h.
std::string operations_research::sat::ValueLiteralPair::DebugString | ( | ) | const |
Definition at line 61 of file integer.cc.
|
inline |
Definition at line 379 of file integer_base.h.
Literal operations_research::sat::ValueLiteralPair::literal = Literal(kNoLiteralIndex) |
Definition at line 386 of file integer_base.h.
IntegerValue operations_research::sat::ValueLiteralPair::value = IntegerValue(0) |
Definition at line 385 of file integer_base.h.