Uses of Class
com.google.ortools.sat.LinearArgumentProto
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of LinearArgumentProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return LinearArgumentProto Modifier and Type Method Description LinearArgumentProtoLinearArgumentProto.Builder. build()LinearArgumentProtoLinearArgumentProto.Builder. buildPartial()static LinearArgumentProtoLinearArgumentProto. getDefaultInstance()LinearArgumentProtoLinearArgumentProto.Builder. getDefaultInstanceForType()LinearArgumentProtoLinearArgumentProto. getDefaultInstanceForType()LinearArgumentProtoConstraintProto.Builder. getLinMax().operations_research.sat.LinearArgumentProto lin_max = 27;LinearArgumentProtoConstraintProto. getLinMax().operations_research.sat.LinearArgumentProto lin_max = 27;LinearArgumentProtoConstraintProtoOrBuilder. getLinMax().operations_research.sat.LinearArgumentProto lin_max = 27;LinearArgumentProtoConstraintProto.Builder. getLinMin().operations_research.sat.LinearArgumentProto lin_min = 28;LinearArgumentProtoConstraintProto. getLinMin().operations_research.sat.LinearArgumentProto lin_min = 28;LinearArgumentProtoConstraintProtoOrBuilder. getLinMin().operations_research.sat.LinearArgumentProto lin_min = 28;static LinearArgumentProtoLinearArgumentProto. parseDelimitedFrom(java.io.InputStream input)static LinearArgumentProtoLinearArgumentProto. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinearArgumentProtoLinearArgumentProto. parseFrom(byte[] data)static LinearArgumentProtoLinearArgumentProto. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinearArgumentProtoLinearArgumentProto. parseFrom(com.google.protobuf.ByteString data)static LinearArgumentProtoLinearArgumentProto. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinearArgumentProtoLinearArgumentProto. parseFrom(com.google.protobuf.CodedInputStream input)static LinearArgumentProtoLinearArgumentProto. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinearArgumentProtoLinearArgumentProto. parseFrom(java.io.InputStream input)static LinearArgumentProtoLinearArgumentProto. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinearArgumentProtoLinearArgumentProto. parseFrom(java.nio.ByteBuffer data)static LinearArgumentProtoLinearArgumentProto. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type LinearArgumentProto Modifier and Type Method Description com.google.protobuf.Parser<LinearArgumentProto>LinearArgumentProto. getParserForType()static com.google.protobuf.Parser<LinearArgumentProto>LinearArgumentProto. parser()Methods in com.google.ortools.sat with parameters of type LinearArgumentProto Modifier and Type Method Description LinearArgumentProto.BuilderLinearArgumentProto.Builder. mergeFrom(LinearArgumentProto other)ConstraintProto.BuilderConstraintProto.Builder. mergeLinMax(LinearArgumentProto value).operations_research.sat.LinearArgumentProto lin_max = 27;ConstraintProto.BuilderConstraintProto.Builder. mergeLinMin(LinearArgumentProto value).operations_research.sat.LinearArgumentProto lin_min = 28;static LinearArgumentProto.BuilderLinearArgumentProto. newBuilder(LinearArgumentProto prototype)ConstraintProto.BuilderConstraintProto.Builder. setLinMax(LinearArgumentProto value).operations_research.sat.LinearArgumentProto lin_max = 27;ConstraintProto.BuilderConstraintProto.Builder. setLinMin(LinearArgumentProto value).operations_research.sat.LinearArgumentProto lin_min = 28;