Definition at line 566 of file util.h.
#include <util.h>
◆ MaxBoundedSubsetSum() [1/2]
| operations_research::sat::MaxBoundedSubsetSum::MaxBoundedSubsetSum |
( |
| ) |
|
|
inline |
◆ MaxBoundedSubsetSum() [2/2]
| operations_research::sat::MaxBoundedSubsetSum::MaxBoundedSubsetSum |
( |
int64_t | bound, |
|
|
int | max_complexity_per_add = 50 ) |
|
inlineexplicit |
◆ Add()
| void operations_research::sat::MaxBoundedSubsetSum::Add |
( |
int64_t | value | ) |
|
◆ AddChoices()
| void operations_research::sat::MaxBoundedSubsetSum::AddChoices |
( |
absl::Span< const int64_t > | choices | ) |
|
◆ AddMultiples()
| void operations_research::sat::MaxBoundedSubsetSum::AddMultiples |
( |
int64_t | coeff, |
|
|
int64_t | max_value ) |
◆ Bound()
| int64_t operations_research::sat::MaxBoundedSubsetSum::Bound |
( |
| ) |
const |
|
inline |
◆ CurrentMax()
| int64_t operations_research::sat::MaxBoundedSubsetSum::CurrentMax |
( |
| ) |
const |
|
inline |
◆ Reset()
| void operations_research::sat::MaxBoundedSubsetSum::Reset |
( |
int64_t | bound | ) |
|
The documentation for this class was generated from the following files: