Definition at line 66 of file cuts.h.
#include <cuts.h>
◆ Complement()
| void operations_research::sat::CutTerm::Complement |
( |
absl::int128 * | rhs | ) |
|
◆ DebugString()
| std::string operations_research::sat::CutTerm::DebugString |
( |
| ) |
const |
◆ GetUnderlyingLiteralOrNone()
| IntegerVariable operations_research::sat::CutTerm::GetUnderlyingLiteralOrNone |
( |
| ) |
const |
◆ HasRelevantLpValue()
| bool operations_research::sat::CutTerm::HasRelevantLpValue |
( |
| ) |
const |
|
inline |
◆ IsBoolean()
| bool operations_research::sat::CutTerm::IsBoolean |
( |
| ) |
const |
|
inline |
◆ IsFractional()
| bool operations_research::sat::CutTerm::IsFractional |
( |
| ) |
const |
|
inline |
◆ IsSimple()
| bool operations_research::sat::CutTerm::IsSimple |
( |
| ) |
const |
|
inline |
◆ LpDistToMaxValue()
| double operations_research::sat::CutTerm::LpDistToMaxValue |
( |
| ) |
const |
|
inline |
◆ ReplaceExpressionByLiteral()
| void operations_research::sat::CutTerm::ReplaceExpressionByLiteral |
( |
IntegerVariable | var | ) |
|
◆ bound_diff
| IntegerValue operations_research::sat::CutTerm::bound_diff = IntegerValue(0) |
◆ cached_implied_lb
| int operations_research::sat::CutTerm::cached_implied_lb = -1 |
◆ cached_implied_ub
| int operations_research::sat::CutTerm::cached_implied_ub = -1 |
◆ coeff
| IntegerValue operations_research::sat::CutTerm::coeff = IntegerValue(0) |
◆ expr_coeffs
| std::array<IntegerValue, 2> operations_research::sat::CutTerm::expr_coeffs |
◆ expr_offset
| IntegerValue operations_research::sat::CutTerm::expr_offset = IntegerValue(0) |
◆ expr_vars
| std::array<IntegerVariable, 2> operations_research::sat::CutTerm::expr_vars |
◆ lp_value
| double operations_research::sat::CutTerm::lp_value = 0.0 |
The documentation for this struct was generated from the following files: