Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
This is the complete list of members for operations_research::RangeIntToIntFunction, including all inherited members.
Query(int64_t argument) const =0 | operations_research::RangeIntToIntFunction | pure virtual |
RangeFirstInsideInterval(int64_t range_begin, int64_t range_end, int64_t interval_begin, int64_t interval_end) const =0 | operations_research::RangeIntToIntFunction | pure virtual |
RangeLastInsideInterval(int64_t range_begin, int64_t range_end, int64_t interval_begin, int64_t interval_end) const =0 | operations_research::RangeIntToIntFunction | pure virtual |
RangeMax(int64_t from, int64_t to) const =0 | operations_research::RangeIntToIntFunction | pure virtual |
RangeMin(int64_t from, int64_t to) const =0 | operations_research::RangeIntToIntFunction | pure virtual |
~RangeIntToIntFunction()=default | operations_research::RangeIntToIntFunction | virtual |