Uses of Class
com.google.ortools.sat.CpSolverSolution
-
Packages that use CpSolverSolution Package Description com.google.ortools.sat -
-
Uses of CpSolverSolution in com.google.ortools.sat
Methods in com.google.ortools.sat that return CpSolverSolution Modifier and Type Method Description CpSolverSolutionCpSolverSolution.Builder. build()CpSolverSolutionCpSolverSolution.Builder. buildPartial()CpSolverSolutionCpSolverResponse.Builder. getAdditionalSolutions(int index)If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.CpSolverSolutionCpSolverResponse. getAdditionalSolutions(int index)If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.CpSolverSolutionCpSolverResponseOrBuilder. getAdditionalSolutions(int index)If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.static CpSolverSolutionCpSolverSolution. getDefaultInstance()CpSolverSolutionCpSolverSolution.Builder. getDefaultInstanceForType()CpSolverSolutionCpSolverSolution. getDefaultInstanceForType()static CpSolverSolutionCpSolverSolution. parseDelimitedFrom(java.io.InputStream input)static CpSolverSolutionCpSolverSolution. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpSolverSolutionCpSolverSolution. parseFrom(byte[] data)static CpSolverSolutionCpSolverSolution. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpSolverSolutionCpSolverSolution. parseFrom(com.google.protobuf.ByteString data)static CpSolverSolutionCpSolverSolution. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpSolverSolutionCpSolverSolution. parseFrom(com.google.protobuf.CodedInputStream input)static CpSolverSolutionCpSolverSolution. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpSolverSolutionCpSolverSolution. parseFrom(java.io.InputStream input)static CpSolverSolutionCpSolverSolution. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CpSolverSolutionCpSolverSolution. parseFrom(java.nio.ByteBuffer data)static CpSolverSolutionCpSolverSolution. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type CpSolverSolution Modifier and Type Method Description java.util.List<CpSolverSolution>CpSolverResponse.Builder. getAdditionalSolutionsList()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<CpSolverSolution>CpSolverResponse. getAdditionalSolutionsList()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<CpSolverSolution>CpSolverResponseOrBuilder. getAdditionalSolutionsList()If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.com.google.protobuf.Parser<CpSolverSolution>CpSolverSolution. getParserForType()static com.google.protobuf.Parser<CpSolverSolution>CpSolverSolution. parser()Methods in com.google.ortools.sat with parameters of type CpSolverSolution Modifier and Type Method Description CpSolverResponse.BuilderCpSolverResponse.Builder. addAdditionalSolutions(int index, CpSolverSolution value)If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.CpSolverResponse.BuilderCpSolverResponse.Builder. addAdditionalSolutions(CpSolverSolution value)If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.CpSolverSolution.BuilderCpSolverSolution.Builder. mergeFrom(CpSolverSolution other)static CpSolverSolution.BuilderCpSolverSolution. newBuilder(CpSolverSolution prototype)CpSolverResponse.BuilderCpSolverResponse.Builder. setAdditionalSolutions(int index, CpSolverSolution value)If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.Method parameters in com.google.ortools.sat with type arguments of type CpSolverSolution Modifier and Type Method Description CpSolverResponse.BuilderCpSolverResponse.Builder. addAllAdditionalSolutions(java.lang.Iterable<? extends CpSolverSolution> values)If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.
-