Definition at line 67 of file sat_base.h.
#include <sat_base.h>
◆ Literal() [1/4]
| operations_research::sat::Literal::Literal |
( |
int | signed_value | ) |
|
|
inlineexplicit |
◆ Literal() [2/4]
| operations_research::sat::Literal::Literal |
( |
| ) |
|
|
default |
◆ Literal() [3/4]
| operations_research::sat::Literal::Literal |
( |
LiteralIndex | index | ) |
|
|
inlineexplicit |
◆ Literal() [4/4]
| operations_research::sat::Literal::Literal |
( |
BooleanVariable | variable, |
|
|
bool | is_positive ) |
|
inline |
◆ DebugString()
| std::string operations_research::sat::Literal::DebugString |
( |
| ) |
const |
|
inline |
◆ Index()
| LiteralIndex operations_research::sat::Literal::Index |
( |
| ) |
const |
|
inline |
◆ IsNegative()
| bool operations_research::sat::Literal::IsNegative |
( |
| ) |
const |
|
inline |
◆ IsPositive()
| bool operations_research::sat::Literal::IsPositive |
( |
| ) |
const |
|
inline |
◆ Negated()
| Literal operations_research::sat::Literal::Negated |
( |
| ) |
const |
|
inline |
◆ NegatedIndex()
| LiteralIndex operations_research::sat::Literal::NegatedIndex |
( |
| ) |
const |
|
inline |
◆ operator LiteralIndex()
| operations_research::sat::Literal::operator LiteralIndex |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool operations_research::sat::Literal::operator!= |
( |
Literal | other | ) |
const |
|
inline |
◆ operator<()
| bool operations_research::sat::Literal::operator< |
( |
const Literal & | other | ) |
const |
|
inline |
◆ operator==()
| bool operations_research::sat::Literal::operator== |
( |
Literal | other | ) |
const |
|
inline |
◆ SignedValue()
| int operations_research::sat::Literal::SignedValue |
( |
| ) |
const |
|
inline |
◆ Variable()
| BooleanVariable operations_research::sat::Literal::Variable |
( |
| ) |
const |
|
inline |
◆ AbslHashValue
template<typename H>
| H AbslHashValue |
( |
H | h, |
|
|
Literal | literal ) |
|
friend |
The documentation for this class was generated from the following file: