MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addAdditionalSolutions(int index,
MPSolution value) |
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addAdditionalSolutions(int index,
MPSolution.Builder builderForValue) |
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addAdditionalSolutions(MPSolution value) |
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addAdditionalSolutions(MPSolution.Builder builderForValue) |
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addAllAdditionalSolutions(java.lang.Iterable<? extends MPSolution> values) |
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addAllDualValue(java.lang.Iterable<? extends java.lang.Double> values) |
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addAllReducedCost(java.lang.Iterable<? extends java.lang.Double> values) |
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addAllVariableValue(java.lang.Iterable<? extends java.lang.Double> values) |
Variable values in the same order as the MPModelProto::variable field.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addDualValue(double value) |
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addReducedCost(double value) |
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.addVariableValue(double value) |
Variable values in the same order as the MPModelProto::variable field.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clear() |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearAdditionalSolutions() |
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearBestObjectiveBound() |
This field is only filled for MIP problems.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearDualValue() |
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearObjectiveValue() |
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearReducedCost() |
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearSolveInfo() |
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearSolverSpecificInfo() |
Opaque solver-specific information.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearStatus() |
Result of the optimization.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearStatusStr() |
Human-readable string giving more details about the status.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clearVariableValue() |
Variable values in the same order as the MPModelProto::variable field.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.clone() |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.mergeFrom(MPSolutionResponse other) |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.mergeSolveInfo(MPSolveInfo value) |
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static MPSolutionResponse.Builder |
MPSolutionResponse.newBuilder() |
|
static MPSolutionResponse.Builder |
MPSolutionResponse.newBuilder(MPSolutionResponse prototype) |
|
MPSolutionResponse.Builder |
MPSolutionResponse.newBuilderForType() |
|
protected MPSolutionResponse.Builder |
MPSolutionResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.removeAdditionalSolutions(int index) |
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setAdditionalSolutions(int index,
MPSolution value) |
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setAdditionalSolutions(int index,
MPSolution.Builder builderForValue) |
[Advanced usage.]
If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that
number of additional solutions may be populated here, if available.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setBestObjectiveBound(double value) |
This field is only filled for MIP problems.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setDualValue(int index,
double value) |
[Advanced usage.]
Values of the dual variables values in the same order as the
MPModelProto::constraint field.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setObjectiveValue(double value) |
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setReducedCost(int index,
double value) |
[Advanced usage.]
Values of the reduced cost of the variables in the same order as the
MPModelProto::variable.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setSolveInfo(MPSolveInfo value) |
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setSolveInfo(MPSolveInfo.Builder builderForValue) |
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setSolverSpecificInfo(com.google.protobuf.ByteString value) |
Opaque solver-specific information.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setStatus(MPSolverResponseStatus value) |
Result of the optimization.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setStatusStr(java.lang.String value) |
Human-readable string giving more details about the status.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setStatusStrBytes(com.google.protobuf.ByteString value) |
Human-readable string giving more details about the status.
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setVariableValue(int index,
double value) |
Variable values in the same order as the MPModelProto::variable field.
|
MPSolutionResponse.Builder |
MPSolutionResponse.toBuilder() |
|