Represents a term in a pseudo-Boolean formula.
More...
#include <pb_constraint.h>
Represents a term in a pseudo-Boolean formula.
Definition at line 52 of file pb_constraint.h.
◆ LiteralWithCoeff() [1/3]
operations_research::sat::LiteralWithCoeff::LiteralWithCoeff |
( |
| ) |
|
|
default |
◆ LiteralWithCoeff() [2/3]
operations_research::sat::LiteralWithCoeff::LiteralWithCoeff |
( |
Literal | l, |
|
|
Coefficient | c ) |
|
inline |
◆ LiteralWithCoeff() [3/3]
operations_research::sat::LiteralWithCoeff::LiteralWithCoeff |
( |
Literal | l, |
|
|
int64_t | c ) |
|
inline |
◆ operator==()
bool operations_research::sat::LiteralWithCoeff::operator== |
( |
const LiteralWithCoeff & | other | ) |
const |
|
inline |
◆ coefficient
Coefficient operations_research::sat::LiteralWithCoeff::coefficient |
◆ literal
Literal operations_research::sat::LiteralWithCoeff::literal |
The documentation for this struct was generated from the following file: