![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
This is the complete list of members for operations_research::sat::ScatteredIntegerVector, including all inherited members.
| Add(glop::ColIndex col, IntegerValue value) | operations_research::sat::ScatteredIntegerVector | |
| AddLinearExpressionMultiple(IntegerValue multiplier, absl::Span< const glop::ColIndex > cols, absl::Span< const IntegerValue > coeffs, IntegerValue max_coeff_magnitude) | operations_research::sat::ScatteredIntegerVector | |
| ClearAndResize(int size) | operations_research::sat::ScatteredIntegerVector | |
| ConvertToCutData(absl::int128 rhs, absl::Span< const IntegerVariable > integer_variables, absl::Span< const double > lp_solution, IntegerTrail *integer_trail, CutData *result) | operations_research::sat::ScatteredIntegerVector | |
| ConvertToLinearConstraint(absl::Span< const IntegerVariable > integer_variables, IntegerValue upper_bound, std::optional< std::pair< IntegerVariable, IntegerValue > > extra_term=std::nullopt) | operations_research::sat::ScatteredIntegerVector | |
| GetTerms() | operations_research::sat::ScatteredIntegerVector | |
| IsSparse() const | operations_research::sat::ScatteredIntegerVector | inline |
| operator[](glop::ColIndex col) const | operations_research::sat::ScatteredIntegerVector | inline |