Uses of Class
com.google.ortools.sat.CpSolverSolution.Builder
Packages that use CpSolverSolution.Builder
-
Uses of CpSolverSolution.Builder in com.google.ortools.sat
Subclasses with type arguments of type CpSolverSolution.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final classJust a message used to store dense solution.Methods in com.google.ortools.sat that return CpSolverSolution.BuilderModifier and TypeMethodDescriptionCpSolverResponse.Builder.addAdditionalSolutionsBuilder()If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.CpSolverResponse.Builder.addAdditionalSolutionsBuilder(int index) If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.CpSolverSolution.Builder.addAllValues(Iterable<? extends Long> values) repeated int64 values = 1;CpSolverSolution.Builder.addValues(long value) repeated int64 values = 1;CpSolverSolution.Builder.clear()CpSolverSolution.Builder.clearValues()repeated int64 values = 1;CpSolverResponse.Builder.getAdditionalSolutionsBuilder(int index) 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) CpSolverSolution.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CpSolverSolution.Builder.mergeFrom(com.google.protobuf.Message other) static CpSolverSolution.BuilderCpSolverSolution.newBuilder()static CpSolverSolution.BuilderCpSolverSolution.newBuilder(CpSolverSolution prototype) CpSolverSolution.newBuilderForType()protected CpSolverSolution.BuilderCpSolverSolution.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CpSolverSolution.Builder.setValues(int index, long value) repeated int64 values = 1;CpSolverSolution.toBuilder()Methods in com.google.ortools.sat that return types with arguments of type CpSolverSolution.BuilderModifier and TypeMethodDescriptionCpSolverResponse.Builder.getAdditionalSolutionsBuilderList()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 with parameters of type CpSolverSolution.BuilderModifier and TypeMethodDescriptionCpSolverResponse.Builder.addAdditionalSolutions(int index, CpSolverSolution.Builder builderForValue) 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.Builder builderForValue) If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.CpSolverResponse.Builder.setAdditionalSolutions(int index, CpSolverSolution.Builder builderForValue) If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here.