Uses of Class
com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
Packages that use SetCoverSolutionResponse.Builder
-
Uses of SetCoverSolutionResponse.Builder in com.google.ortools.algorithms
Methods in com.google.ortools.algorithms that return SetCoverSolutionResponse.BuilderModifier and TypeMethodDescriptionSetCoverSolutionResponse.Builder.addAllSubset(Iterable<? extends Integer> values) The list of the subsets selected in the solution.SetCoverSolutionResponse.Builder.addSubset(int value) The list of the subsets selected in the solution.SetCoverSolutionResponse.Builder.clear()SetCoverSolutionResponse.Builder.clearCost()The cost of the solution, as computed by the algorithm.SetCoverSolutionResponse.Builder.clearCostLowerBound()A lower bound of the solution, as computed by the algorithm.SetCoverSolutionResponse.Builder.clearFingerprint()An automatically fingerprint for the solution.SetCoverSolutionResponse.Builder.clearModelFingerprint()A reference to the model the solution applies to.SetCoverSolutionResponse.Builder.clearNumSubsets()The number of subsets that are selected in the solution.SetCoverSolutionResponse.Builder.clearStatus()For future use.SetCoverSolutionResponse.Builder.clearSubset()The list of the subsets selected in the solution.SetCoverSolutionResponse.Builder.mergeFingerprint(Int128 value) An automatically fingerprint for the solution.SetCoverSolutionResponse.Builder.mergeFrom(SetCoverSolutionResponse other) SetCoverSolutionResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SetCoverSolutionResponse.Builder.mergeFrom(com.google.protobuf.Message other) SetCoverSolutionResponse.Builder.mergeModelFingerprint(Int128 value) A reference to the model the solution applies to.SetCoverSolutionResponse.newBuilder()SetCoverSolutionResponse.newBuilder(SetCoverSolutionResponse prototype) SetCoverSolutionResponse.newBuilderForType()protected SetCoverSolutionResponse.BuilderSetCoverSolutionResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SetCoverSolutionResponse.Builder.setCost(double value) The cost of the solution, as computed by the algorithm.SetCoverSolutionResponse.Builder.setCostLowerBound(double value) A lower bound of the solution, as computed by the algorithm.SetCoverSolutionResponse.Builder.setFingerprint(Int128 value) An automatically fingerprint for the solution.SetCoverSolutionResponse.Builder.setFingerprint(Int128.Builder builderForValue) An automatically fingerprint for the solution.SetCoverSolutionResponse.Builder.setModelFingerprint(Int128 value) A reference to the model the solution applies to.SetCoverSolutionResponse.Builder.setModelFingerprint(Int128.Builder builderForValue) A reference to the model the solution applies to.SetCoverSolutionResponse.Builder.setNumSubsets(int value) The number of subsets that are selected in the solution.SetCoverSolutionResponse.Builder.setStatus(SetCoverSolutionResponse.Status value) For future use.SetCoverSolutionResponse.Builder.setStatusValue(int value) For future use.SetCoverSolutionResponse.Builder.setSubset(int index, int value) The list of the subsets selected in the solution.SetCoverSolutionResponse.toBuilder()