This is the complete list of members for operations_research::sat::CutData, including all inherited members.
AllCoefficientsArePositive() const | operations_research::sat::CutData | |
AppendOneTerm(IntegerVariable var, IntegerValue coeff, double lp_value, IntegerValue lb, IntegerValue ub) | operations_research::sat::CutData | |
Canonicalize() | operations_research::sat::CutData | |
ComplementForPositiveCoefficients() | operations_research::sat::CutData | |
ComplementForSmallerLpValues() | operations_research::sat::CutData | |
ComputeEfficacy() const | operations_research::sat::CutData | |
ComputeViolation() const | operations_research::sat::CutData | |
DebugString() const | operations_research::sat::CutData | |
FillFromLinearConstraint(const LinearConstraint &base_ct, const util_intops::StrongVector< IntegerVariable, double > &lp_values, IntegerTrail *integer_trail) | operations_research::sat::CutData | |
FillFromParallelVectors(IntegerValue ub, absl::Span< const IntegerVariable > vars, absl::Span< const IntegerValue > coeffs, absl::Span< const double > lp_values, absl::Span< const IntegerValue > lower_bounds, absl::Span< const IntegerValue > upper_bounds) | operations_research::sat::CutData | |
max_magnitude | operations_research::sat::CutData | |
num_relevant_entries | operations_research::sat::CutData | |
rhs | operations_research::sat::CutData | |
terms | operations_research::sat::CutData | |