Package | Description |
---|---|
com.google.ortools.linearsolver |
Modifier and Type | Method and Description |
---|---|
MPSolutionResponse |
MPSolutionResponse.Builder.build() |
MPSolutionResponse |
MPSolutionResponse.Builder.buildPartial() |
MPSolutionResponse |
MPSolver.createSolutionResponseProto()
Fills the solution found to a response proto and returns it.
|
static MPSolutionResponse |
MPSolutionResponse.getDefaultInstance() |
MPSolutionResponse |
MPSolutionResponse.getDefaultInstanceForType() |
MPSolutionResponse |
MPSolutionResponse.Builder.getDefaultInstanceForType() |
static MPSolutionResponse |
MPSolutionResponse.parseDelimitedFrom(java.io.InputStream input) |
static MPSolutionResponse |
MPSolutionResponse.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MPSolutionResponse |
MPSolutionResponse.parseFrom(byte[] data) |
static MPSolutionResponse |
MPSolutionResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MPSolutionResponse |
MPSolutionResponse.parseFrom(java.nio.ByteBuffer data) |
static MPSolutionResponse |
MPSolutionResponse.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MPSolutionResponse |
MPSolutionResponse.parseFrom(com.google.protobuf.ByteString data) |
static MPSolutionResponse |
MPSolutionResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MPSolutionResponse |
MPSolutionResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static MPSolutionResponse |
MPSolutionResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MPSolutionResponse |
MPSolutionResponse.parseFrom(java.io.InputStream input) |
static MPSolutionResponse |
MPSolutionResponse.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MPSolutionResponse |
MPSolver.solveWithProto(MPModelRequest model_request)
Solves the given model proto and returns a response proto.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MPSolutionResponse> |
MPSolutionResponse.getParserForType() |
static com.google.protobuf.Parser<MPSolutionResponse> |
MPSolutionResponse.parser() |
Modifier and Type | Method and Description |
---|---|
boolean |
MPSolver.loadSolutionFromProto(MPSolutionResponse response)
Load a solution encoded in a protocol buffer onto this solver for easy
access via the MPSolver interface. |
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.mergeFrom(MPSolutionResponse other) |
static MPSolutionResponse.Builder |
MPSolutionResponse.newBuilder(MPSolutionResponse prototype) |
Copyright © 2025. All rights reserved.