Definition at line 69 of file routing_cuts.h.
#include <routing_cuts.h>
◆ NodeExpression() [1/3]
| operations_research::sat::NodeExpression::NodeExpression |
( |
| ) |
|
|
inline |
◆ NodeExpression() [2/3]
| operations_research::sat::NodeExpression::NodeExpression |
( |
IntegerVariable | var, |
|
|
IntegerValue | coeff, |
|
|
IntegerValue | offset ) |
|
inline |
◆ NodeExpression() [3/3]
| operations_research::sat::NodeExpression::NodeExpression |
( |
const AffineExpression & | expr | ) |
|
|
inlineexplicit |
◆ IsEmpty()
| bool operations_research::sat::NodeExpression::IsEmpty |
( |
| ) |
const |
|
inline |
◆ Negated()
| NodeExpression operations_research::sat::NodeExpression::Negated |
( |
| ) |
const |
|
inline |
◆ ValueAt()
| IntegerValue operations_research::sat::NodeExpression::ValueAt |
( |
IntegerValue | x | ) |
const |
|
inline |
◆ coeff
| IntegerValue operations_research::sat::NodeExpression::coeff |
◆ offset
| IntegerValue operations_research::sat::NodeExpression::offset |
◆ var
| IntegerVariable operations_research::sat::NodeExpression::var |
The documentation for this struct was generated from the following file: