Uses of Class
com.google.ortools.linearsolver.MPModelRequest
Packages that use MPModelRequest
-
Uses of MPModelRequest in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPModelRequestModifier and TypeMethodDescriptionMPModelRequest.Builder.build()
MPModelRequest.Builder.buildPartial()
static MPModelRequest
MPModelRequest.getDefaultInstance()
MPModelRequest.Builder.getDefaultInstanceForType()
MPModelRequest.getDefaultInstanceForType()
static MPModelRequest
MPModelRequest.parseDelimitedFrom
(InputStream input) static MPModelRequest
MPModelRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPModelRequest
MPModelRequest.parseFrom
(byte[] data) static MPModelRequest
MPModelRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPModelRequest
MPModelRequest.parseFrom
(com.google.protobuf.ByteString data) static MPModelRequest
MPModelRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPModelRequest
MPModelRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static MPModelRequest
MPModelRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPModelRequest
MPModelRequest.parseFrom
(InputStream input) static MPModelRequest
MPModelRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPModelRequest
MPModelRequest.parseFrom
(ByteBuffer data) static MPModelRequest
MPModelRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.linearsolver that return types with arguments of type MPModelRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<MPModelRequest> MPModelRequest.getParserForType()
static com.google.protobuf.Parser
<MPModelRequest> MPModelRequest.parser()
Methods in com.google.ortools.linearsolver with parameters of type MPModelRequestModifier and TypeMethodDescriptionMPModelRequest.Builder.mergeFrom
(MPModelRequest other) static MPModelRequest.Builder
MPModelRequest.newBuilder
(MPModelRequest prototype) static MPSolutionResponse
MPSolver.solveWithProto
(MPModelRequest model_request) Solves the given model proto and returns a response proto.