Uses of Class
com.google.ortools.linearsolver.MPSolutionResponse.Builder
Packages that use MPSolutionResponse.Builder
-
Uses of MPSolutionResponse.Builder in com.google.ortools.linearsolver
Subclasses with type arguments of type MPSolutionResponse.Builder in com.google.ortools.linearsolverMethods in com.google.ortools.linearsolver that return MPSolutionResponse.BuilderModifier and TypeMethodDescriptionMPSolutionResponse.Builder.addAdditionalSolutions(int index, MPSolution value) [Advanced usage.]MPSolutionResponse.Builder.addAdditionalSolutions(int index, MPSolution.Builder builderForValue) [Advanced usage.]MPSolutionResponse.Builder.addAdditionalSolutions(MPSolution value) [Advanced usage.]MPSolutionResponse.Builder.addAdditionalSolutions(MPSolution.Builder builderForValue) [Advanced usage.]MPSolutionResponse.Builder.addAllAdditionalSolutions(Iterable<? extends MPSolution> values) [Advanced usage.]MPSolutionResponse.Builder.addAllDualValue(Iterable<? extends Double> values) [Advanced usage.]MPSolutionResponse.Builder.addAllReducedCost(Iterable<? extends Double> values) [Advanced usage.]MPSolutionResponse.Builder.addAllVariableValue(Iterable<? extends Double> values) Variable values in the same order as the MPModelProto::variable field.MPSolutionResponse.Builder.addDualValue(double value) [Advanced usage.]MPSolutionResponse.Builder.addReducedCost(double value) [Advanced usage.]MPSolutionResponse.Builder.addVariableValue(double value) Variable values in the same order as the MPModelProto::variable field.MPSolutionResponse.Builder.clear()MPSolutionResponse.Builder.clearAdditionalSolutions()[Advanced usage.]MPSolutionResponse.Builder.clearBestObjectiveBound()This field is only filled for MIP problems.MPSolutionResponse.Builder.clearDualValue()[Advanced usage.]MPSolutionResponse.Builder.clearObjectiveValue()Objective value corresponding to the "variable_value" below, taking into account the source "objective_offset" and "objective_coefficient".MPSolutionResponse.Builder.clearReducedCost()[Advanced usage.]MPSolutionResponse.Builder.clearSolveInfo()Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.MPSolutionResponse.Builder.clearSolverSpecificInfo()Opaque solver-specific information.MPSolutionResponse.Builder.clearStatus()Result of the optimization.MPSolutionResponse.Builder.clearStatusStr()Human-readable string giving more details about the status.MPSolutionResponse.Builder.clearVariableValue()Variable values in the same order as the MPModelProto::variable field.MPSolutionResponse.Builder.mergeFrom(MPSolutionResponse other) MPSolutionResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MPSolutionResponse.Builder.mergeFrom(com.google.protobuf.Message other) MPSolutionResponse.Builder.mergeSolveInfo(MPSolveInfo value) Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.static MPSolutionResponse.BuilderMPSolutionResponse.newBuilder()static MPSolutionResponse.BuilderMPSolutionResponse.newBuilder(MPSolutionResponse prototype) MPSolutionResponse.newBuilderForType()protected MPSolutionResponse.BuilderMPSolutionResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) MPSolutionResponse.Builder.removeAdditionalSolutions(int index) [Advanced usage.]MPSolutionResponse.Builder.setAdditionalSolutions(int index, MPSolution value) [Advanced usage.]MPSolutionResponse.Builder.setAdditionalSolutions(int index, MPSolution.Builder builderForValue) [Advanced usage.]MPSolutionResponse.Builder.setBestObjectiveBound(double value) This field is only filled for MIP problems.MPSolutionResponse.Builder.setDualValue(int index, double value) [Advanced usage.]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.setReducedCost(int index, double value) [Advanced usage.]MPSolutionResponse.Builder.setSolveInfo(MPSolveInfo value) Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.MPSolutionResponse.Builder.setSolveInfo(MPSolveInfo.Builder builderForValue) Contains extra information about the solve, populated if the underlying solver (and its interface) supports it.MPSolutionResponse.Builder.setSolverSpecificInfo(com.google.protobuf.ByteString value) Opaque solver-specific information.MPSolutionResponse.Builder.setStatus(MPSolverResponseStatus value) Result of the optimization.MPSolutionResponse.Builder.setStatusStr(String value) Human-readable string giving more details about the status.MPSolutionResponse.Builder.setStatusStrBytes(com.google.protobuf.ByteString value) Human-readable string giving more details about the status.MPSolutionResponse.Builder.setVariableValue(int index, double value) Variable values in the same order as the MPModelProto::variable field.MPSolutionResponse.toBuilder()