Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::SortedDisjointIntervalList Member List

This is the complete list of members for operations_research::SortedDisjointIntervalList, including all inherited members.

begin() constoperations_research::SortedDisjointIntervalListinline
BuildComplementOnInterval(int64_t start, int64_t end)operations_research::SortedDisjointIntervalList
clear()operations_research::SortedDisjointIntervalListinline
ConstIterator typedefoperations_research::SortedDisjointIntervalList
DebugString() constoperations_research::SortedDisjointIntervalList
end() constoperations_research::SortedDisjointIntervalListinline
FirstIntervalGreaterOrEqual(int64_t value) constoperations_research::SortedDisjointIntervalList
GrowRightByOne(int64_t value, int64_t *newly_covered)operations_research::SortedDisjointIntervalList
InsertInterval(int64_t start, int64_t end)operations_research::SortedDisjointIntervalList
InsertIntervals(const std::vector< int64_t > &starts, const std::vector< int64_t > &ends)operations_research::SortedDisjointIntervalList
InsertIntervals(const std::vector< int > &starts, const std::vector< int > &ends)operations_research::SortedDisjointIntervalList
IntervalSet typedefoperations_research::SortedDisjointIntervalList
Iterator typedefoperations_research::SortedDisjointIntervalList
last() constoperations_research::SortedDisjointIntervalListinline
LastIntervalLessOrEqual(int64_t value) constoperations_research::SortedDisjointIntervalList
NumIntervals() constoperations_research::SortedDisjointIntervalListinline
SortedDisjointIntervalList()operations_research::SortedDisjointIntervalList
SortedDisjointIntervalList(const std::vector< ClosedInterval > &intervals)operations_research::SortedDisjointIntervalListexplicit
SortedDisjointIntervalList(const std::vector< int64_t > &starts, const std::vector< int64_t > &ends)operations_research::SortedDisjointIntervalList
SortedDisjointIntervalList(const std::vector< int > &starts, const std::vector< int > &ends)operations_research::SortedDisjointIntervalList
swap(SortedDisjointIntervalList &other)operations_research::SortedDisjointIntervalListinline