Uses of Class
com.google.ortools.linearsolver.MPVariableProto
Packages that use MPVariableProto
-
Uses of MPVariableProto in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPVariableProtoModifier and TypeMethodDescriptionMPVariableProto.Builder.build()
MPVariableProto.Builder.buildPartial()
static MPVariableProto
MPVariableProto.getDefaultInstance()
MPVariableProto.Builder.getDefaultInstanceForType()
MPVariableProto.getDefaultInstanceForType()
MPModelProto.Builder.getVariable
(int index) All the variables appearing in the model.MPModelProto.getVariable
(int index) All the variables appearing in the model.MPModelProtoOrBuilder.getVariable
(int index) All the variables appearing in the model.MPModelDeltaProto.Builder.getVariableOverridesOrDefault
(int key, MPVariableProto defaultValue) The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.MPModelDeltaProto.getVariableOverridesOrDefault
(int key, MPVariableProto defaultValue) The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.MPModelDeltaProtoOrBuilder.getVariableOverridesOrDefault
(int key, MPVariableProto defaultValue) The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.MPModelDeltaProto.Builder.getVariableOverridesOrThrow
(int key) The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.MPModelDeltaProto.getVariableOverridesOrThrow
(int key) The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.MPModelDeltaProtoOrBuilder.getVariableOverridesOrThrow
(int key) The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.static MPVariableProto
MPVariableProto.parseDelimitedFrom
(InputStream input) static MPVariableProto
MPVariableProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPVariableProto
MPVariableProto.parseFrom
(byte[] data) static MPVariableProto
MPVariableProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPVariableProto
MPVariableProto.parseFrom
(com.google.protobuf.ByteString data) static MPVariableProto
MPVariableProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPVariableProto
MPVariableProto.parseFrom
(com.google.protobuf.CodedInputStream input) static MPVariableProto
MPVariableProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPVariableProto
MPVariableProto.parseFrom
(InputStream input) static MPVariableProto
MPVariableProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPVariableProto
MPVariableProto.parseFrom
(ByteBuffer data) static MPVariableProto
MPVariableProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.linearsolver that return types with arguments of type MPVariableProtoModifier and TypeMethodDescriptionMPModelDeltaProto.Builder.getMutableVariableOverrides()
Deprecated.com.google.protobuf.Parser
<MPVariableProto> MPVariableProto.getParserForType()
MPModelProto.Builder.getVariableList()
All the variables appearing in the model.MPModelProto.getVariableList()
All the variables appearing in the model.MPModelProtoOrBuilder.getVariableList()
All the variables appearing in the model.MPModelDeltaProto.Builder.getVariableOverrides()
Deprecated.MPModelDeltaProto.getVariableOverrides()
Deprecated.MPModelDeltaProtoOrBuilder.getVariableOverrides()
Deprecated.MPModelDeltaProto.Builder.getVariableOverridesMap()
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.MPModelDeltaProto.getVariableOverridesMap()
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.MPModelDeltaProtoOrBuilder.getVariableOverridesMap()
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.static com.google.protobuf.Parser
<MPVariableProto> MPVariableProto.parser()
Methods in com.google.ortools.linearsolver with parameters of type MPVariableProtoModifier and TypeMethodDescriptionMPModelProto.Builder.addVariable
(int index, MPVariableProto value) All the variables appearing in the model.MPModelProto.Builder.addVariable
(MPVariableProto value) All the variables appearing in the model.MPModelDeltaProto.Builder.getVariableOverridesOrDefault
(int key, MPVariableProto defaultValue) The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.MPModelDeltaProto.getVariableOverridesOrDefault
(int key, MPVariableProto defaultValue) The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.MPModelDeltaProtoOrBuilder.getVariableOverridesOrDefault
(int key, MPVariableProto defaultValue) The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.MPVariableProto.Builder.mergeFrom
(MPVariableProto other) static MPVariableProto.Builder
MPVariableProto.newBuilder
(MPVariableProto prototype) MPModelDeltaProto.Builder.putVariableOverrides
(int key, MPVariableProto value) The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.MPModelProto.Builder.setVariable
(int index, MPVariableProto value) All the variables appearing in the model.Method parameters in com.google.ortools.linearsolver with type arguments of type MPVariableProtoModifier and TypeMethodDescriptionMPModelProto.Builder.addAllVariable
(Iterable<? extends MPVariableProto> values) All the variables appearing in the model.MPModelDeltaProto.Builder.putAllVariableOverrides
(Map<Integer, MPVariableProto> values) The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.