Uses of Class
com.google.ortools.sat.CpSolverSolution
Packages that use CpSolverSolution
-
Uses of CpSolverSolution in com.google.ortools.sat
Methods in com.google.ortools.sat that return CpSolverSolutionModifier and TypeMethodDescriptionCpSolverSolution.Builder.build()CpSolverSolution.Builder.buildPartial()CpSolverResponse.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.CpSolverResponse.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.CpSolverResponseOrBuilder.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()CpSolverSolution.Builder.getDefaultInstanceForType()CpSolverSolution.getDefaultInstanceForType()static CpSolverSolutionCpSolverSolution.parseDelimitedFrom(InputStream input) static CpSolverSolutionCpSolverSolution.parseDelimitedFrom(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(InputStream input) static CpSolverSolutionCpSolverSolution.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CpSolverSolutionCpSolverSolution.parseFrom(ByteBuffer data) static CpSolverSolutionCpSolverSolution.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type CpSolverSolutionModifier and TypeMethodDescriptionCpSolverResponse.Builder.getAdditionalSolutionsList()If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.CpSolverResponse.getAdditionalSolutionsList()If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.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 CpSolverSolutionModifier and TypeMethodDescriptionCpSolverResponse.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.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.Builder.mergeFrom(CpSolverSolution other) static CpSolverSolution.BuilderCpSolverSolution.newBuilder(CpSolverSolution prototype) CpSolverResponse.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 CpSolverSolutionModifier and TypeMethodDescriptionCpSolverResponse.Builder.addAllAdditionalSolutions(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.