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 CpSolverSolution
CpSolverSolution.getDefaultInstance()
CpSolverSolution.Builder.getDefaultInstanceForType()
CpSolverSolution.getDefaultInstanceForType()
static CpSolverSolution
CpSolverSolution.parseDelimitedFrom
(InputStream input) static CpSolverSolution
CpSolverSolution.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CpSolverSolution
CpSolverSolution.parseFrom
(byte[] data) static CpSolverSolution
CpSolverSolution.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CpSolverSolution
CpSolverSolution.parseFrom
(com.google.protobuf.ByteString data) static CpSolverSolution
CpSolverSolution.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CpSolverSolution
CpSolverSolution.parseFrom
(com.google.protobuf.CodedInputStream input) static CpSolverSolution
CpSolverSolution.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CpSolverSolution
CpSolverSolution.parseFrom
(InputStream input) static CpSolverSolution
CpSolverSolution.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CpSolverSolution
CpSolverSolution.parseFrom
(ByteBuffer data) static CpSolverSolution
CpSolverSolution.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.Builder
CpSolverSolution.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.