Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Go to the source code of this file.
Classes | |
class | Google.OrTools.Util.OptionalBooleanReflection |
Holder for reflection information generated from ortools/util/optional_boolean.proto. More... | |
Namespaces | |
namespace | |
namespace | Google.OrTools |
namespace | Google.OrTools.Util |
Enumerations | |
enum | Google.OrTools.Util.OptionalBoolean { Google.OrTools.Util.BoolUnspecified = 0 , Google.OrTools.Util.BoolFalse = 2 , Google.OrTools.Util.BoolTrue = 3 } |
A "three-way" boolean: unspecified, false or true. More... | |