Uses of Class
com.google.ortools.util.SortedDisjointIntervalList
-
Packages that use SortedDisjointIntervalList Package Description com.google.ortools.util -
-
Uses of SortedDisjointIntervalList in com.google.ortools.util
Methods in com.google.ortools.util that return SortedDisjointIntervalList Modifier and Type Method Description SortedDisjointIntervalListSortedDisjointIntervalList. buildComplementOnInterval(long start, long end)Builds the complement of the interval list on the interval [start, end].
-