Package | Description |
---|---|
com.google.ortools.pdlp |
Modifier and Type | Method and Description |
---|---|
PointMetadata.Builder |
PointMetadata.Builder.addAllRandomDualProjections(java.lang.Iterable<? extends java.lang.Double> values)
Projections of the dual solution onto random planes.
|
PointMetadata.Builder |
PointMetadata.Builder.addAllRandomPrimalProjections(java.lang.Iterable<? extends java.lang.Double> values)
Projections of the primal solution onto random planes.
|
PointMetadata.Builder |
IterationStats.Builder.addPointMetadataBuilder()
Auxiliary statistics for each type of point.
|
PointMetadata.Builder |
IterationStats.Builder.addPointMetadataBuilder(int index)
Auxiliary statistics for each type of point.
|
PointMetadata.Builder |
PointMetadata.Builder.addRandomDualProjections(double value)
Projections of the dual solution onto random planes.
|
PointMetadata.Builder |
PointMetadata.Builder.addRandomPrimalProjections(double value)
Projections of the primal solution onto random planes.
|
PointMetadata.Builder |
PointMetadata.Builder.clear() |
PointMetadata.Builder |
PointMetadata.Builder.clearActiveDualVariableChange()
The number of dual variables that have a different bound status than they
did at the last restart.
|
PointMetadata.Builder |
PointMetadata.Builder.clearActiveDualVariableCount()
The number of dual variables that are not at their bounds.
|
PointMetadata.Builder |
PointMetadata.Builder.clearActivePrimalVariableChange()
The number of primal variables that have a different bound status than they
did at the last restart.
|
PointMetadata.Builder |
PointMetadata.Builder.clearActivePrimalVariableCount()
The number of primal variables that are not at their bounds.
|
PointMetadata.Builder |
PointMetadata.Builder.clearPointType()
Type of the point that this metadata corresponds to.
|
PointMetadata.Builder |
PointMetadata.Builder.clearRandomDualProjections()
Projections of the dual solution onto random planes.
|
PointMetadata.Builder |
PointMetadata.Builder.clearRandomPrimalProjections()
Projections of the primal solution onto random planes.
|
PointMetadata.Builder |
IterationStats.Builder.getPointMetadataBuilder(int index)
Auxiliary statistics for each type of point.
|
PointMetadata.Builder |
PointMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PointMetadata.Builder |
PointMetadata.Builder.mergeFrom(com.google.protobuf.Message other) |
PointMetadata.Builder |
PointMetadata.Builder.mergeFrom(PointMetadata other) |
static PointMetadata.Builder |
PointMetadata.newBuilder() |
static PointMetadata.Builder |
PointMetadata.newBuilder(PointMetadata prototype) |
PointMetadata.Builder |
PointMetadata.newBuilderForType() |
protected PointMetadata.Builder |
PointMetadata.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
PointMetadata.Builder |
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 |
PointMetadata.Builder.setActiveDualVariableCount(long value)
The number of dual variables that are not at their bounds.
|
PointMetadata.Builder |
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 |
PointMetadata.Builder.setActivePrimalVariableCount(long value)
The number of primal variables that are not at their bounds.
|
PointMetadata.Builder |
PointMetadata.Builder.setPointType(PointType value)
Type of the point that this metadata corresponds to.
|
PointMetadata.Builder |
PointMetadata.Builder.setRandomDualProjections(int index,
double value)
Projections of the dual solution onto random planes.
|
PointMetadata.Builder |
PointMetadata.Builder.setRandomPrimalProjections(int index,
double value)
Projections of the primal solution onto random planes.
|
PointMetadata.Builder |
PointMetadata.toBuilder() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PointMetadata.Builder> |
IterationStats.Builder.getPointMetadataBuilderList()
Auxiliary statistics for each type of point.
|
Modifier and Type | Method and Description |
---|---|
IterationStats.Builder |
IterationStats.Builder.addPointMetadata(int index,
PointMetadata.Builder builderForValue)
Auxiliary statistics for each type of point.
|
IterationStats.Builder |
IterationStats.Builder.addPointMetadata(PointMetadata.Builder builderForValue)
Auxiliary statistics for each type of point.
|
IterationStats.Builder |
IterationStats.Builder.setPointMetadata(int index,
PointMetadata.Builder builderForValue)
Auxiliary statistics for each type of point.
|
Copyright © 2025. All rights reserved.