Uses of Class
com.google.ortools.sat.BoolArgumentProto
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of BoolArgumentProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return BoolArgumentProto Modifier and Type Method Description BoolArgumentProtoBoolArgumentProto.Builder. build()BoolArgumentProtoBoolArgumentProto.Builder. buildPartial()BoolArgumentProtoConstraintProto.Builder. getAtMostOne()The at_most_one constraint enforces that no more than one literal is true at the same time.BoolArgumentProtoConstraintProto. getAtMostOne()The at_most_one constraint enforces that no more than one literal is true at the same time.BoolArgumentProtoConstraintProtoOrBuilder. getAtMostOne()The at_most_one constraint enforces that no more than one literal is true at the same time.BoolArgumentProtoConstraintProto.Builder. getBoolAnd()The bool_and constraint forces all of the literals to be true.BoolArgumentProtoConstraintProto. getBoolAnd()The bool_and constraint forces all of the literals to be true.BoolArgumentProtoConstraintProtoOrBuilder. getBoolAnd()The bool_and constraint forces all of the literals to be true.BoolArgumentProtoConstraintProto.Builder. getBoolOr()The bool_or constraint forces at least one literal to be true.BoolArgumentProtoConstraintProto. getBoolOr()The bool_or constraint forces at least one literal to be true.BoolArgumentProtoConstraintProtoOrBuilder. getBoolOr()The bool_or constraint forces at least one literal to be true.BoolArgumentProtoConstraintProto.Builder. getBoolXor()The bool_xor constraint forces an odd number of the literals to be true.BoolArgumentProtoConstraintProto. getBoolXor()The bool_xor constraint forces an odd number of the literals to be true.BoolArgumentProtoConstraintProtoOrBuilder. getBoolXor()The bool_xor constraint forces an odd number of the literals to be true.static BoolArgumentProtoBoolArgumentProto. getDefaultInstance()BoolArgumentProtoBoolArgumentProto.Builder. getDefaultInstanceForType()BoolArgumentProtoBoolArgumentProto. getDefaultInstanceForType()BoolArgumentProtoConstraintProto.Builder. getExactlyOne()The exactly_one constraint force exactly one literal to true and no more.BoolArgumentProtoConstraintProto. getExactlyOne()The exactly_one constraint force exactly one literal to true and no more.BoolArgumentProtoConstraintProtoOrBuilder. getExactlyOne()The exactly_one constraint force exactly one literal to true and no more.static BoolArgumentProtoBoolArgumentProto. parseDelimitedFrom(java.io.InputStream input)static BoolArgumentProtoBoolArgumentProto. parseDelimitedFrom(java.io.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(java.io.InputStream input)static BoolArgumentProtoBoolArgumentProto. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoolArgumentProtoBoolArgumentProto. parseFrom(java.nio.ByteBuffer data)static BoolArgumentProtoBoolArgumentProto. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type BoolArgumentProto Modifier and Type Method Description com.google.protobuf.Parser<BoolArgumentProto>BoolArgumentProto. getParserForType()static com.google.protobuf.Parser<BoolArgumentProto>BoolArgumentProto. parser()Methods in com.google.ortools.sat with parameters of type BoolArgumentProto Modifier and Type Method Description ConstraintProto.BuilderConstraintProto.Builder. mergeAtMostOne(BoolArgumentProto value)The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProto.BuilderConstraintProto.Builder. mergeBoolAnd(BoolArgumentProto value)The bool_and constraint forces all of the literals to be true.ConstraintProto.BuilderConstraintProto.Builder. mergeBoolOr(BoolArgumentProto value)The bool_or constraint forces at least one literal to be true.ConstraintProto.BuilderConstraintProto.Builder. mergeBoolXor(BoolArgumentProto value)The bool_xor constraint forces an odd number of the literals to be true.ConstraintProto.BuilderConstraintProto.Builder. mergeExactlyOne(BoolArgumentProto value)The exactly_one constraint force exactly one literal to true and no more.BoolArgumentProto.BuilderBoolArgumentProto.Builder. mergeFrom(BoolArgumentProto other)static BoolArgumentProto.BuilderBoolArgumentProto. newBuilder(BoolArgumentProto prototype)ConstraintProto.BuilderConstraintProto.Builder. setAtMostOne(BoolArgumentProto value)The at_most_one constraint enforces that no more than one literal is true at the same time.ConstraintProto.BuilderConstraintProto.Builder. setBoolAnd(BoolArgumentProto value)The bool_and constraint forces all of the literals to be true.ConstraintProto.BuilderConstraintProto.Builder. setBoolOr(BoolArgumentProto value)The bool_or constraint forces at least one literal to be true.ConstraintProto.BuilderConstraintProto.Builder. setBoolXor(BoolArgumentProto value)The bool_xor constraint forces an odd number of the literals to be true.ConstraintProto.BuilderConstraintProto.Builder. setExactlyOne(BoolArgumentProto value)The exactly_one constraint force exactly one literal to true and no more.