Uses of Class
com.google.ortools.pdlp.PointMetadata
Packages that use PointMetadata
-
Uses of PointMetadata in com.google.ortools.pdlp
Methods in com.google.ortools.pdlp that return PointMetadataModifier and TypeMethodDescriptionPointMetadata.Builder.build()
PointMetadata.Builder.buildPartial()
static PointMetadata
PointMetadata.getDefaultInstance()
PointMetadata.Builder.getDefaultInstanceForType()
PointMetadata.getDefaultInstanceForType()
IterationStats.Builder.getPointMetadata
(int index) Auxiliary statistics for each type of point.IterationStats.getPointMetadata
(int index) Auxiliary statistics for each type of point.IterationStatsOrBuilder.getPointMetadata
(int index) Auxiliary statistics for each type of point.static PointMetadata
PointMetadata.parseDelimitedFrom
(InputStream input) static PointMetadata
PointMetadata.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointMetadata
PointMetadata.parseFrom
(byte[] data) static PointMetadata
PointMetadata.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointMetadata
PointMetadata.parseFrom
(com.google.protobuf.ByteString data) static PointMetadata
PointMetadata.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointMetadata
PointMetadata.parseFrom
(com.google.protobuf.CodedInputStream input) static PointMetadata
PointMetadata.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointMetadata
PointMetadata.parseFrom
(InputStream input) static PointMetadata
PointMetadata.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PointMetadata
PointMetadata.parseFrom
(ByteBuffer data) static PointMetadata
PointMetadata.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.pdlp that return types with arguments of type PointMetadataModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<PointMetadata> PointMetadata.getParserForType()
IterationStats.Builder.getPointMetadataList()
Auxiliary statistics for each type of point.IterationStats.getPointMetadataList()
Auxiliary statistics for each type of point.IterationStatsOrBuilder.getPointMetadataList()
Auxiliary statistics for each type of point.static com.google.protobuf.Parser
<PointMetadata> PointMetadata.parser()
Methods in com.google.ortools.pdlp with parameters of type PointMetadataModifier and TypeMethodDescriptionIterationStats.Builder.addPointMetadata
(int index, PointMetadata value) Auxiliary statistics for each type of point.IterationStats.Builder.addPointMetadata
(PointMetadata value) Auxiliary statistics for each type of point.PointMetadata.Builder.mergeFrom
(PointMetadata other) static PointMetadata.Builder
PointMetadata.newBuilder
(PointMetadata prototype) IterationStats.Builder.setPointMetadata
(int index, PointMetadata value) Auxiliary statistics for each type of point.Method parameters in com.google.ortools.pdlp with type arguments of type PointMetadataModifier and TypeMethodDescriptionIterationStats.Builder.addAllPointMetadata
(Iterable<? extends PointMetadata> values) Auxiliary statistics for each type of point.