Uses of Class
com.google.ortools.pdlp.PointMetadata.Builder
Packages that use PointMetadata.Builder
-
Uses of PointMetadata.Builder in com.google.ortools.pdlp
Subclasses with type arguments of type PointMetadata.Builder in com.google.ortools.pdlpModifier and TypeClassDescriptionstatic final class
Protobuf typeoperations_research.pdlp.PointMetadata
Methods in com.google.ortools.pdlp that return PointMetadata.BuilderModifier and TypeMethodDescriptionPointMetadata.Builder.addAllRandomDualProjections
(Iterable<? extends Double> values) Projections of the dual solution onto random planes.PointMetadata.Builder.addAllRandomPrimalProjections
(Iterable<? extends Double> values) Projections of the primal solution onto random planes.IterationStats.Builder.addPointMetadataBuilder()
Auxiliary statistics for each type of point.IterationStats.Builder.addPointMetadataBuilder
(int index) Auxiliary statistics for each type of point.PointMetadata.Builder.addRandomDualProjections
(double value) Projections of the dual solution onto random planes.PointMetadata.Builder.addRandomPrimalProjections
(double value) Projections of the primal solution onto random planes.PointMetadata.Builder.clear()
PointMetadata.Builder.clearActiveDualVariableChange()
The number of dual variables that have a different bound status than they did at the last restart.PointMetadata.Builder.clearActiveDualVariableCount()
The number of dual variables that are not at their bounds.PointMetadata.Builder.clearActivePrimalVariableChange()
The number of primal variables that have a different bound status than they did at the last restart.PointMetadata.Builder.clearActivePrimalVariableCount()
The number of primal variables that are not at their bounds.PointMetadata.Builder.clearPointType()
Type of the point that this metadata corresponds to.PointMetadata.Builder.clearRandomDualProjections()
Projections of the dual solution onto random planes.PointMetadata.Builder.clearRandomPrimalProjections()
Projections of the primal solution onto random planes.IterationStats.Builder.getPointMetadataBuilder
(int index) Auxiliary statistics for each type of point.PointMetadata.Builder.mergeFrom
(PointMetadata other) PointMetadata.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointMetadata.Builder.mergeFrom
(com.google.protobuf.Message other) static PointMetadata.Builder
PointMetadata.newBuilder()
static PointMetadata.Builder
PointMetadata.newBuilder
(PointMetadata prototype) PointMetadata.newBuilderForType()
protected PointMetadata.Builder
PointMetadata.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) PointMetadata.Builder.setActiveDualVariableChange
(long value) The number of dual variables that have a different bound status than they did at the last restart.PointMetadata.Builder.setActiveDualVariableCount
(long value) The number of dual variables that are not at their bounds.PointMetadata.Builder.setActivePrimalVariableChange
(long value) The number of primal variables that have a different bound status than they did at the last restart.PointMetadata.Builder.setActivePrimalVariableCount
(long value) The number of primal variables that are not at their bounds.PointMetadata.Builder.setPointType
(PointType value) Type of the point that this metadata corresponds to.PointMetadata.Builder.setRandomDualProjections
(int index, double value) Projections of the dual solution onto random planes.PointMetadata.Builder.setRandomPrimalProjections
(int index, double value) Projections of the primal solution onto random planes.PointMetadata.toBuilder()
Methods in com.google.ortools.pdlp that return types with arguments of type PointMetadata.BuilderModifier and TypeMethodDescriptionIterationStats.Builder.getPointMetadataBuilderList()
Auxiliary statistics for each type of point.Methods in com.google.ortools.pdlp with parameters of type PointMetadata.BuilderModifier and TypeMethodDescriptionIterationStats.Builder.addPointMetadata
(int index, PointMetadata.Builder builderForValue) Auxiliary statistics for each type of point.IterationStats.Builder.addPointMetadata
(PointMetadata.Builder builderForValue) Auxiliary statistics for each type of point.IterationStats.Builder.setPointMetadata
(int index, PointMetadata.Builder builderForValue) Auxiliary statistics for each type of point.