Uses of Class
com.google.ortools.sat.BoolArgumentProto
Packages that use BoolArgumentProto
-
Uses of BoolArgumentProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return BoolArgumentProtoModifier and TypeMethodDescriptionBoolArgumentProto.Builder.build()
BoolArgumentProto.Builder.buildPartial()
ConstraintProto.Builder.getAtMostOne()
The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProto.getAtMostOne()
The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProtoOrBuilder.getAtMostOne()
The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProto.Builder.getBoolAnd()
The bool_and constraint forces all of the literals to be true.ConstraintProto.getBoolAnd()
The bool_and constraint forces all of the literals to be true.ConstraintProtoOrBuilder.getBoolAnd()
The bool_and constraint forces all of the literals to be true.ConstraintProto.Builder.getBoolOr()
The bool_or constraint forces at least one literal to be true.ConstraintProto.getBoolOr()
The bool_or constraint forces at least one literal to be true.ConstraintProtoOrBuilder.getBoolOr()
The bool_or constraint forces at least one literal to be true.ConstraintProto.Builder.getBoolXor()
The bool_xor constraint forces an odd number of the literals to be true.ConstraintProto.getBoolXor()
The bool_xor constraint forces an odd number of the literals to be true.ConstraintProtoOrBuilder.getBoolXor()
The bool_xor constraint forces an odd number of the literals to be true.static BoolArgumentProto
BoolArgumentProto.getDefaultInstance()
BoolArgumentProto.Builder.getDefaultInstanceForType()
BoolArgumentProto.getDefaultInstanceForType()
ConstraintProto.Builder.getExactlyOne()
The exactly_one constraint force exactly one literal to true and no more.ConstraintProto.getExactlyOne()
The exactly_one constraint force exactly one literal to true and no more.ConstraintProtoOrBuilder.getExactlyOne()
The exactly_one constraint force exactly one literal to true and no more.static BoolArgumentProto
BoolArgumentProto.parseDelimitedFrom
(InputStream input) static BoolArgumentProto
BoolArgumentProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolArgumentProto
BoolArgumentProto.parseFrom
(byte[] data) static BoolArgumentProto
BoolArgumentProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolArgumentProto
BoolArgumentProto.parseFrom
(com.google.protobuf.ByteString data) static BoolArgumentProto
BoolArgumentProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolArgumentProto
BoolArgumentProto.parseFrom
(com.google.protobuf.CodedInputStream input) static BoolArgumentProto
BoolArgumentProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolArgumentProto
BoolArgumentProto.parseFrom
(InputStream input) static BoolArgumentProto
BoolArgumentProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolArgumentProto
BoolArgumentProto.parseFrom
(ByteBuffer data) static BoolArgumentProto
BoolArgumentProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type BoolArgumentProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<BoolArgumentProto> BoolArgumentProto.getParserForType()
static com.google.protobuf.Parser
<BoolArgumentProto> BoolArgumentProto.parser()
Methods in com.google.ortools.sat with parameters of type BoolArgumentProtoModifier and TypeMethodDescriptionConstraintProto.Builder.mergeAtMostOne
(BoolArgumentProto value) The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProto.Builder.mergeBoolAnd
(BoolArgumentProto value) The bool_and constraint forces all of the literals to be true.ConstraintProto.Builder.mergeBoolOr
(BoolArgumentProto value) The bool_or constraint forces at least one literal to be true.ConstraintProto.Builder.mergeBoolXor
(BoolArgumentProto value) The bool_xor constraint forces an odd number of the literals to be true.ConstraintProto.Builder.mergeExactlyOne
(BoolArgumentProto value) The exactly_one constraint force exactly one literal to true and no more.BoolArgumentProto.Builder.mergeFrom
(BoolArgumentProto other) static BoolArgumentProto.Builder
BoolArgumentProto.newBuilder
(BoolArgumentProto prototype) ConstraintProto.Builder.setAtMostOne
(BoolArgumentProto value) The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProto.Builder.setBoolAnd
(BoolArgumentProto value) The bool_and constraint forces all of the literals to be true.ConstraintProto.Builder.setBoolOr
(BoolArgumentProto value) The bool_or constraint forces at least one literal to be true.ConstraintProto.Builder.setBoolXor
(BoolArgumentProto value) The bool_xor constraint forces an odd number of the literals to be true.ConstraintProto.Builder.setExactlyOne
(BoolArgumentProto value) The exactly_one constraint force exactly one literal to true and no more.