Package | Description |
---|---|
com.google.ortools.linearsolver |
Modifier and Type | Method and Description |
---|---|
MPSolveInfo |
MPSolveInfo.Builder.build() |
MPSolveInfo |
MPSolveInfo.Builder.buildPartial() |
static MPSolveInfo |
MPSolveInfo.getDefaultInstance() |
MPSolveInfo |
MPSolveInfo.getDefaultInstanceForType() |
MPSolveInfo |
MPSolveInfo.Builder.getDefaultInstanceForType() |
MPSolveInfo |
MPSolutionResponseOrBuilder.getSolveInfo()
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
|
MPSolveInfo |
MPSolutionResponse.getSolveInfo()
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
|
MPSolveInfo |
MPSolutionResponse.Builder.getSolveInfo()
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
|
static MPSolveInfo |
MPSolveInfo.parseDelimitedFrom(java.io.InputStream input) |
static MPSolveInfo |
MPSolveInfo.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MPSolveInfo |
MPSolveInfo.parseFrom(byte[] data) |
static MPSolveInfo |
MPSolveInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MPSolveInfo |
MPSolveInfo.parseFrom(java.nio.ByteBuffer data) |
static MPSolveInfo |
MPSolveInfo.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MPSolveInfo |
MPSolveInfo.parseFrom(com.google.protobuf.ByteString data) |
static MPSolveInfo |
MPSolveInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MPSolveInfo |
MPSolveInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static MPSolveInfo |
MPSolveInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MPSolveInfo |
MPSolveInfo.parseFrom(java.io.InputStream input) |
static MPSolveInfo |
MPSolveInfo.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MPSolveInfo> |
MPSolveInfo.getParserForType() |
static com.google.protobuf.Parser<MPSolveInfo> |
MPSolveInfo.parser() |
Modifier and Type | Method and Description |
---|---|
MPSolveInfo.Builder |
MPSolveInfo.Builder.mergeFrom(MPSolveInfo other) |
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.mergeSolveInfo(MPSolveInfo value)
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
|
static MPSolveInfo.Builder |
MPSolveInfo.newBuilder(MPSolveInfo prototype) |
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setSolveInfo(MPSolveInfo value)
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
|
Copyright © 2025. All rights reserved.