Uses of Class
com.google.ortools.sat.LinearConstraintProto
Packages that use LinearConstraintProto
-
Uses of LinearConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return LinearConstraintProtoModifier and TypeMethodDescriptionLinearConstraintProto.Builder.build()
LinearConstraintProto.Builder.buildPartial()
static LinearConstraintProto
LinearConstraintProto.getDefaultInstance()
LinearConstraintProto.Builder.getDefaultInstanceForType()
LinearConstraintProto.getDefaultInstanceForType()
ConstraintProto.Builder.getLinear()
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.ConstraintProto.getLinear()
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.ConstraintProtoOrBuilder.getLinear()
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.static LinearConstraintProto
LinearConstraintProto.parseDelimitedFrom
(InputStream input) static LinearConstraintProto
LinearConstraintProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearConstraintProto
LinearConstraintProto.parseFrom
(byte[] data) static LinearConstraintProto
LinearConstraintProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearConstraintProto
LinearConstraintProto.parseFrom
(com.google.protobuf.ByteString data) static LinearConstraintProto
LinearConstraintProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearConstraintProto
LinearConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input) static LinearConstraintProto
LinearConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearConstraintProto
LinearConstraintProto.parseFrom
(InputStream input) static LinearConstraintProto
LinearConstraintProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearConstraintProto
LinearConstraintProto.parseFrom
(ByteBuffer data) static LinearConstraintProto
LinearConstraintProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type LinearConstraintProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<LinearConstraintProto> LinearConstraintProto.getParserForType()
static com.google.protobuf.Parser
<LinearConstraintProto> LinearConstraintProto.parser()
Methods in com.google.ortools.sat with parameters of type LinearConstraintProtoModifier and TypeMethodDescriptionLinearConstraintProto.Builder.mergeFrom
(LinearConstraintProto other) ConstraintProto.Builder.mergeLinear
(LinearConstraintProto value) The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.LinearConstraintProto.newBuilder
(LinearConstraintProto prototype) ConstraintProto.Builder.setLinear
(LinearConstraintProto value) The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.