Uses of Interface
com.google.ortools.sat.CpSolverSolutionOrBuilder
-
Packages that use CpSolverSolutionOrBuilder Package Description com.google.ortools.sat -
-
Uses of CpSolverSolutionOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement CpSolverSolutionOrBuilder Modifier and Type Class Description classCpSolverSolutionJust a message used to store dense solution.static classCpSolverSolution.BuilderJust a message used to store dense solution.Methods in com.google.ortools.sat that return CpSolverSolutionOrBuilder Modifier and Type Method Description CpSolverSolutionOrBuilderCpSolverResponse.Builder. getAdditionalSolutionsOrBuilder(int index)If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.CpSolverSolutionOrBuilderCpSolverResponse. getAdditionalSolutionsOrBuilder(int index)If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.CpSolverSolutionOrBuilderCpSolverResponseOrBuilder. getAdditionalSolutionsOrBuilder(int index)If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.Methods in com.google.ortools.sat that return types with arguments of type CpSolverSolutionOrBuilder Modifier and Type Method Description java.util.List<? extends CpSolverSolutionOrBuilder>CpSolverResponse.Builder. getAdditionalSolutionsOrBuilderList()If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.java.util.List<? extends CpSolverSolutionOrBuilder>CpSolverResponse. getAdditionalSolutionsOrBuilderList()If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.java.util.List<? extends CpSolverSolutionOrBuilder>CpSolverResponseOrBuilder. getAdditionalSolutionsOrBuilderList()If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.
-