![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <precedences.h>
Public Member Functions | |
void | MakeCoeffPositive () |
Public Attributes | |
IntegerVariable | var = kNoIntegerVariable |
IntegerValue | coeff = IntegerValue(0) |
Similar to AffineExpression, but with a zero constant. If coeff is zero, then this is always zero and var is ignored.
Definition at line 467 of file precedences.h.
|
inline |
Definition at line 471 of file precedences.h.
IntegerValue operations_research::sat::LinearTerm::coeff = IntegerValue(0) |
Definition at line 469 of file precedences.h.
IntegerVariable operations_research::sat::LinearTerm::var = kNoIntegerVariable |
Definition at line 468 of file precedences.h.