public interface PointMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPointType()
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
PointType getPointType()
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
java.util.List<java.lang.Double> getRandomPrimalProjectionsList()
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
int getRandomPrimalProjectionsCount()
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
double getRandomPrimalProjections(int index)
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
index
- The index of the element to return.java.util.List<java.lang.Double> getRandomDualProjectionsList()
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
int getRandomDualProjectionsCount()
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
double getRandomDualProjections(int index)
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
index
- The index of the element to return.boolean hasActivePrimalVariableCount()
The number of primal variables that are not at their bounds.
optional int64 active_primal_variable_count = 4;
long getActivePrimalVariableCount()
The number of primal variables that are not at their bounds.
optional int64 active_primal_variable_count = 4;
boolean hasActiveDualVariableCount()
The number of dual variables that are not at their bounds.
optional int64 active_dual_variable_count = 5;
long getActiveDualVariableCount()
The number of dual variables that are not at their bounds.
optional int64 active_dual_variable_count = 5;
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;
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;
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;
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;
Copyright © 2025. All rights reserved.