Uses of Interface
com.google.ortools.linearsolver.MPSolutionOrBuilder
-
Packages that use MPSolutionOrBuilder Package Description com.google.ortools.linearsolver -
-
Uses of MPSolutionOrBuilder in com.google.ortools.linearsolver
Classes in com.google.ortools.linearsolver that implement MPSolutionOrBuilder Modifier and Type Class Description classMPSolutionProtobuf typeoperations_research.MPSolutionstatic classMPSolution.BuilderProtobuf typeoperations_research.MPSolutionMethods in com.google.ortools.linearsolver that return MPSolutionOrBuilder Modifier and Type Method Description MPSolutionOrBuilderMPSolutionResponse.Builder. getAdditionalSolutionsOrBuilder(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.MPSolutionOrBuilderMPSolutionResponse. getAdditionalSolutionsOrBuilder(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.MPSolutionOrBuilderMPSolutionResponseOrBuilder. getAdditionalSolutionsOrBuilder(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.Methods in com.google.ortools.linearsolver that return types with arguments of type MPSolutionOrBuilder Modifier and Type Method Description java.util.List<? extends MPSolutionOrBuilder>MPSolutionResponse.Builder. getAdditionalSolutionsOrBuilderList()[Advanced usage.] If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that number of additional solutions may be populated here, if available.java.util.List<? extends MPSolutionOrBuilder>MPSolutionResponse. getAdditionalSolutionsOrBuilderList()[Advanced usage.] If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that number of additional solutions may be populated here, if available.java.util.List<? extends MPSolutionOrBuilder>MPSolutionResponseOrBuilder. getAdditionalSolutionsOrBuilderList()[Advanced usage.] If `MPModelRequest.populate_additional_solutions_up_to` > 0, up to that number of additional solutions may be populated here, if available.
-