Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
This is the complete list of members for operations_research::sat::MaxBoundedSubsetSum, including all inherited members.
Add(int64_t value) | operations_research::sat::MaxBoundedSubsetSum | |
AddChoices(absl::Span< const int64_t > choices) | operations_research::sat::MaxBoundedSubsetSum | |
AddMultiples(int64_t coeff, int64_t max_value) | operations_research::sat::MaxBoundedSubsetSum | |
Bound() const | operations_research::sat::MaxBoundedSubsetSum | inline |
CurrentMax() const | operations_research::sat::MaxBoundedSubsetSum | inline |
MaxBoundedSubsetSum() | operations_research::sat::MaxBoundedSubsetSum | inline |
MaxBoundedSubsetSum(int64_t bound, int max_complexity_per_add=50) | operations_research::sat::MaxBoundedSubsetSum | inlineexplicit |
MaxIfAdded(int64_t candidate) const | operations_research::sat::MaxBoundedSubsetSum | |
Reset(int64_t bound) | operations_research::sat::MaxBoundedSubsetSum |