public static final class PointMetadata.Builder extends com.google.protobuf.GeneratedMessage.Builder<PointMetadata.Builder> implements PointMetadataOrBuilder
operations_research.pdlp.PointMetadata
Modifier and Type | Method and Description |
---|---|
PointMetadata.Builder |
addAllRandomDualProjections(java.lang.Iterable<? extends java.lang.Double> values)
Projections of the dual solution onto random planes.
|
PointMetadata.Builder |
addAllRandomPrimalProjections(java.lang.Iterable<? extends java.lang.Double> values)
Projections of the primal solution onto random planes.
|
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 |
build() |
PointMetadata |
buildPartial() |
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.
|
long |
getActiveDualVariableChange()
The number of dual variables that have a different bound status than they
did at the last restart.
|
long |
getActiveDualVariableCount()
The number of dual variables that are not at their bounds.
|
long |
getActivePrimalVariableChange()
The number of primal variables that have a different bound status than they
did at the last restart.
|
long |
getActivePrimalVariableCount()
The number of primal variables that are not at their bounds.
|
PointMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
PointType |
getPointType()
Type of the point that this metadata corresponds to.
|
double |
getRandomDualProjections(int index)
Projections of the dual solution onto random planes.
|
int |
getRandomDualProjectionsCount()
Projections of the dual solution onto random planes.
|
java.util.List<java.lang.Double> |
getRandomDualProjectionsList()
Projections of the dual solution onto random planes.
|
double |
getRandomPrimalProjections(int index)
Projections of the primal solution onto random planes.
|
int |
getRandomPrimalProjectionsCount()
Projections of the primal solution onto random planes.
|
java.util.List<java.lang.Double> |
getRandomPrimalProjectionsList()
Projections of the primal solution onto random planes.
|
boolean |
hasActiveDualVariableChange()
The number of dual variables that have a different bound status than they
did at the last restart.
|
boolean |
hasActiveDualVariableCount()
The number of dual variables that are not at their bounds.
|
boolean |
hasActivePrimalVariableChange()
The number of primal variables that have a different bound status than they
did at the last restart.
|
boolean |
hasActivePrimalVariableCount()
The number of primal variables that are not at their bounds.
|
boolean |
hasPointType()
Type of the point that this metadata corresponds to.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PointMetadata.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PointMetadata.Builder |
mergeFrom(com.google.protobuf.Message other) |
PointMetadata.Builder |
mergeFrom(PointMetadata other) |
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.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<PointMetadata.Builder>
public PointMetadata.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<PointMetadata.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<PointMetadata.Builder>
public PointMetadata getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PointMetadata build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PointMetadata buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PointMetadata.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PointMetadata.Builder>
public PointMetadata.Builder mergeFrom(PointMetadata other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<PointMetadata.Builder>
public PointMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PointMetadata.Builder>
java.io.IOException
public boolean hasPointType()
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
hasPointType
in interface PointMetadataOrBuilder
public PointType getPointType()
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
getPointType
in interface PointMetadataOrBuilder
public PointMetadata.Builder setPointType(PointType value)
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
value
- The pointType to set.public PointMetadata.Builder clearPointType()
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
public java.util.List<java.lang.Double> getRandomPrimalProjectionsList()
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
getRandomPrimalProjectionsList
in interface PointMetadataOrBuilder
public int getRandomPrimalProjectionsCount()
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
getRandomPrimalProjectionsCount
in interface PointMetadataOrBuilder
public double getRandomPrimalProjections(int index)
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
getRandomPrimalProjections
in interface PointMetadataOrBuilder
index
- The index of the element to return.public PointMetadata.Builder setRandomPrimalProjections(int index, double value)
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
index
- The index to set the value at.value
- The randomPrimalProjections to set.public PointMetadata.Builder addRandomPrimalProjections(double value)
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
value
- The randomPrimalProjections to add.public PointMetadata.Builder addAllRandomPrimalProjections(java.lang.Iterable<? extends java.lang.Double> values)
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
values
- The randomPrimalProjections to add.public PointMetadata.Builder clearRandomPrimalProjections()
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
public java.util.List<java.lang.Double> getRandomDualProjectionsList()
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
getRandomDualProjectionsList
in interface PointMetadataOrBuilder
public int getRandomDualProjectionsCount()
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
getRandomDualProjectionsCount
in interface PointMetadataOrBuilder
public double getRandomDualProjections(int index)
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
getRandomDualProjections
in interface PointMetadataOrBuilder
index
- The index of the element to return.public PointMetadata.Builder setRandomDualProjections(int index, double value)
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
index
- The index to set the value at.value
- The randomDualProjections to set.public PointMetadata.Builder addRandomDualProjections(double value)
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
value
- The randomDualProjections to add.public PointMetadata.Builder addAllRandomDualProjections(java.lang.Iterable<? extends java.lang.Double> values)
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
values
- The randomDualProjections to add.public PointMetadata.Builder clearRandomDualProjections()
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
public boolean hasActivePrimalVariableCount()
The number of primal variables that are not at their bounds.
optional int64 active_primal_variable_count = 4;
hasActivePrimalVariableCount
in interface PointMetadataOrBuilder
public long getActivePrimalVariableCount()
The number of primal variables that are not at their bounds.
optional int64 active_primal_variable_count = 4;
getActivePrimalVariableCount
in interface PointMetadataOrBuilder
public PointMetadata.Builder setActivePrimalVariableCount(long value)
The number of primal variables that are not at their bounds.
optional int64 active_primal_variable_count = 4;
value
- The activePrimalVariableCount to set.public PointMetadata.Builder clearActivePrimalVariableCount()
The number of primal variables that are not at their bounds.
optional int64 active_primal_variable_count = 4;
public boolean hasActiveDualVariableCount()
The number of dual variables that are not at their bounds.
optional int64 active_dual_variable_count = 5;
hasActiveDualVariableCount
in interface PointMetadataOrBuilder
public long getActiveDualVariableCount()
The number of dual variables that are not at their bounds.
optional int64 active_dual_variable_count = 5;
getActiveDualVariableCount
in interface PointMetadataOrBuilder
public PointMetadata.Builder setActiveDualVariableCount(long value)
The number of dual variables that are not at their bounds.
optional int64 active_dual_variable_count = 5;
value
- The activeDualVariableCount to set.public PointMetadata.Builder clearActiveDualVariableCount()
The number of dual variables that are not at their bounds.
optional int64 active_dual_variable_count = 5;
public boolean hasActivePrimalVariableChange()
The number of primal variables that have a different bound status than they did at the last restart.
optional int64 active_primal_variable_change = 6;
hasActivePrimalVariableChange
in interface PointMetadataOrBuilder
public long getActivePrimalVariableChange()
The number of primal variables that have a different bound status than they did at the last restart.
optional int64 active_primal_variable_change = 6;
getActivePrimalVariableChange
in interface PointMetadataOrBuilder
public PointMetadata.Builder setActivePrimalVariableChange(long value)
The number of primal variables that have a different bound status than they did at the last restart.
optional int64 active_primal_variable_change = 6;
value
- The activePrimalVariableChange to set.public PointMetadata.Builder clearActivePrimalVariableChange()
The number of primal variables that have a different bound status than they did at the last restart.
optional int64 active_primal_variable_change = 6;
public boolean hasActiveDualVariableChange()
The number of dual variables that have a different bound status than they did at the last restart.
optional int64 active_dual_variable_change = 7;
hasActiveDualVariableChange
in interface PointMetadataOrBuilder
public long getActiveDualVariableChange()
The number of dual variables that have a different bound status than they did at the last restart.
optional int64 active_dual_variable_change = 7;
getActiveDualVariableChange
in interface PointMetadataOrBuilder
public PointMetadata.Builder setActiveDualVariableChange(long value)
The number of dual variables that have a different bound status than they did at the last restart.
optional int64 active_dual_variable_change = 7;
value
- The activeDualVariableChange to set.public PointMetadata.Builder clearActiveDualVariableChange()
The number of dual variables that have a different bound status than they did at the last restart.
optional int64 active_dual_variable_change = 7;
Copyright © 2025. All rights reserved.