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 BoolArgumentProtoBoolArgumentProto.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 BoolArgumentProtoBoolArgumentProto.parseDelimitedFrom(InputStream input) static BoolArgumentProtoBoolArgumentProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolArgumentProtoBoolArgumentProto.parseFrom(byte[] data) static BoolArgumentProtoBoolArgumentProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolArgumentProtoBoolArgumentProto.parseFrom(com.google.protobuf.ByteString data) static BoolArgumentProtoBoolArgumentProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolArgumentProtoBoolArgumentProto.parseFrom(com.google.protobuf.CodedInputStream input) static BoolArgumentProtoBoolArgumentProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolArgumentProtoBoolArgumentProto.parseFrom(InputStream input) static BoolArgumentProtoBoolArgumentProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolArgumentProtoBoolArgumentProto.parseFrom(ByteBuffer data) static BoolArgumentProtoBoolArgumentProto.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.BuilderBoolArgumentProto.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.