Package com.google.ortools.util


package com.google.ortools.util
  • Class
    Description
    We 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.