Uses of Package
com.google.ortools.util
Packages that use com.google.ortools.util
Package
Description
-
Classes in com.google.ortools.util used by com.google.ortools.constraintsolverClassDescriptionWe call domain any subset of Int64 = [kint64min, kint64max].
This class can be used to represent such set efficiently as a sorted and
non-adjacent list of intervals.A "three-way" boolean: unspecified, false or true. -
Classes in com.google.ortools.util used by com.google.ortools.linearsolver
-
Classes in com.google.ortools.util used by com.google.ortools.satClassDescriptionWe call domain any subset of Int64 = [kint64min, kint64max].
This class can be used to represent such set efficiently as a sorted and
non-adjacent list of intervals. -
Classes in com.google.ortools.util used by com.google.ortools.utilClassDescriptionWe call domain any subset of Int64 = [kint64min, kint64max].
This class can be used to represent such set efficiently as a sorted and
non-adjacent list of intervals.The low 64 bits are stored in "low", and the high 64-bits (including the sign) are stored in "high".The low 64 bits are stored in "low", and the high 64-bits (including the sign) are stored in "high".A "three-way" boolean: unspecified, false or true.This class represents a sorted list of disjoint, closed intervals.