Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
boolean | hasPointType () |
com.google.ortools.pdlp.PointType | getPointType () |
java.util.List< java.lang.Double > | getRandomPrimalProjectionsList () |
int | getRandomPrimalProjectionsCount () |
double | getRandomPrimalProjections (int index) |
java.util.List< java.lang.Double > | getRandomDualProjectionsList () |
int | getRandomDualProjectionsCount () |
double | getRandomDualProjections (int index) |
boolean | hasActivePrimalVariableCount () |
long | getActivePrimalVariableCount () |
boolean | hasActiveDualVariableCount () |
long | getActiveDualVariableCount () |
boolean | hasActivePrimalVariableChange () |
long | getActivePrimalVariableChange () |
boolean | hasActiveDualVariableChange () |
long | getActiveDualVariableChange () |
Definition at line 7 of file PointMetadataOrBuilder.java.
long com.google.ortools.pdlp.PointMetadataOrBuilder.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;
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
long com.google.ortools.pdlp.PointMetadataOrBuilder.getActiveDualVariableCount | ( | ) |
The number of dual variables that are not at their bounds.
optional int64 active_dual_variable_count = 5;
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
long com.google.ortools.pdlp.PointMetadataOrBuilder.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;
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
long com.google.ortools.pdlp.PointMetadataOrBuilder.getActivePrimalVariableCount | ( | ) |
The number of primal variables that are not at their bounds.
optional int64 active_primal_variable_count = 4;
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
com.google.ortools.pdlp.PointType com.google.ortools.pdlp.PointMetadataOrBuilder.getPointType | ( | ) |
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
double com.google.ortools.pdlp.PointMetadataOrBuilder.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. |
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
int com.google.ortools.pdlp.PointMetadataOrBuilder.getRandomDualProjectionsCount | ( | ) |
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
java.util.List< java.lang.Double > com.google.ortools.pdlp.PointMetadataOrBuilder.getRandomDualProjectionsList | ( | ) |
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
double com.google.ortools.pdlp.PointMetadataOrBuilder.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. |
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
int com.google.ortools.pdlp.PointMetadataOrBuilder.getRandomPrimalProjectionsCount | ( | ) |
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
java.util.List< java.lang.Double > com.google.ortools.pdlp.PointMetadataOrBuilder.getRandomPrimalProjectionsList | ( | ) |
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
boolean com.google.ortools.pdlp.PointMetadataOrBuilder.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;
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
boolean com.google.ortools.pdlp.PointMetadataOrBuilder.hasActiveDualVariableCount | ( | ) |
The number of dual variables that are not at their bounds.
optional int64 active_dual_variable_count = 5;
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
boolean com.google.ortools.pdlp.PointMetadataOrBuilder.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;
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
boolean com.google.ortools.pdlp.PointMetadataOrBuilder.hasActivePrimalVariableCount | ( | ) |
The number of primal variables that are not at their bounds.
optional int64 active_primal_variable_count = 4;
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.
boolean com.google.ortools.pdlp.PointMetadataOrBuilder.hasPointType | ( | ) |
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.