Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Protobuf type operations_research.pdlp.PointMetadata
Definition at line 551 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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. |
Definition at line 1082 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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. |
Definition at line 964 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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. |
Definition at line 1065 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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. |
Definition at line 947 of file PointMetadata.java.
com.google.ortools.pdlp.PointMetadata com.google.ortools.pdlp.PointMetadata.Builder.build | ( | ) |
Definition at line 604 of file PointMetadata.java.
com.google.ortools.pdlp.PointMetadata com.google.ortools.pdlp.PointMetadata.Builder.buildPartial | ( | ) |
Definition at line 613 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.Builder.clear | ( | ) |
Definition at line 579 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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;
Definition at line 1331 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.Builder.clearActiveDualVariableCount | ( | ) |
The number of dual variables that are not at their bounds.
optional int64 active_dual_variable_count = 5;
Definition at line 1211 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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;
Definition at line 1271 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.Builder.clearActivePrimalVariableCount | ( | ) |
The number of primal variables that are not at their bounds.
optional int64 active_primal_variable_count = 4;
Definition at line 1155 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.Builder.clearPointType | ( | ) |
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
Definition at line 863 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.Builder.clearRandomDualProjections | ( | ) |
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
Definition at line 1099 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.Builder.clearRandomPrimalProjections | ( | ) |
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
Definition at line 981 of file PointMetadata.java.
long com.google.ortools.pdlp.PointMetadata.Builder.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;
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 1302 of file PointMetadata.java.
long com.google.ortools.pdlp.PointMetadata.Builder.getActiveDualVariableCount | ( | ) |
The number of dual variables that are not at their bounds.
optional int64 active_dual_variable_count = 5;
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 1184 of file PointMetadata.java.
long com.google.ortools.pdlp.PointMetadata.Builder.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;
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 1242 of file PointMetadata.java.
long com.google.ortools.pdlp.PointMetadata.Builder.getActivePrimalVariableCount | ( | ) |
The number of primal variables that are not at their bounds.
optional int64 active_primal_variable_count = 4;
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 1128 of file PointMetadata.java.
com.google.ortools.pdlp.PointMetadata com.google.ortools.pdlp.PointMetadata.Builder.getDefaultInstanceForType | ( | ) |
Definition at line 599 of file PointMetadata.java.
|
static |
Definition at line 556 of file PointMetadata.java.
com.google.protobuf.Descriptors.Descriptor com.google.ortools.pdlp.PointMetadata.Builder.getDescriptorForType | ( | ) |
Definition at line 594 of file PointMetadata.java.
com.google.ortools.pdlp.PointType com.google.ortools.pdlp.PointMetadata.Builder.getPointType | ( | ) |
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 833 of file PointMetadata.java.
double com.google.ortools.pdlp.PointMetadata.Builder.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. |
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 1034 of file PointMetadata.java.
int com.google.ortools.pdlp.PointMetadata.Builder.getRandomDualProjectionsCount | ( | ) |
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 1022 of file PointMetadata.java.
java.util.List< java.lang.Double > com.google.ortools.pdlp.PointMetadata.Builder.getRandomDualProjectionsList | ( | ) |
Projections of the dual solution onto random planes.
repeated double random_dual_projections = 3 [packed = true];
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 1010 of file PointMetadata.java.
double com.google.ortools.pdlp.PointMetadata.Builder.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. |
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 916 of file PointMetadata.java.
int com.google.ortools.pdlp.PointMetadata.Builder.getRandomPrimalProjectionsCount | ( | ) |
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 904 of file PointMetadata.java.
java.util.List< java.lang.Double > com.google.ortools.pdlp.PointMetadata.Builder.getRandomPrimalProjectionsList | ( | ) |
Projections of the primal solution onto random planes.
repeated double random_primal_projections = 2 [packed = true];
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 892 of file PointMetadata.java.
boolean com.google.ortools.pdlp.PointMetadata.Builder.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;
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 1289 of file PointMetadata.java.
boolean com.google.ortools.pdlp.PointMetadata.Builder.hasActiveDualVariableCount | ( | ) |
The number of dual variables that are not at their bounds.
optional int64 active_dual_variable_count = 5;
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 1172 of file PointMetadata.java.
boolean com.google.ortools.pdlp.PointMetadata.Builder.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;
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 1229 of file PointMetadata.java.
boolean com.google.ortools.pdlp.PointMetadata.Builder.hasActivePrimalVariableCount | ( | ) |
The number of primal variables that are not at their bounds.
optional int64 active_primal_variable_count = 4;
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 1116 of file PointMetadata.java.
boolean com.google.ortools.pdlp.PointMetadata.Builder.hasPointType | ( | ) |
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
Implements com.google.ortools.pdlp.PointMetadataOrBuilder.
Definition at line 821 of file PointMetadata.java.
|
protected |
Definition at line 562 of file PointMetadata.java.
final boolean com.google.ortools.pdlp.PointMetadata.Builder.isInitialized | ( | ) |
Definition at line 709 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.Builder.mergeFrom | ( | com.google.ortools.pdlp.PointMetadata | other | ) |
Definition at line 664 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.Builder.mergeFrom | ( | com.google.protobuf.CodedInputStream | input, |
com.google.protobuf.ExtensionRegistryLite | extensionRegistry ) throws java.io.IOException |
Definition at line 714 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.Builder.mergeFrom | ( | com.google.protobuf.Message | other | ) |
Definition at line 655 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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. |
Definition at line 1315 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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. |
Definition at line 1196 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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. |
Definition at line 1255 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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. |
Definition at line 1140 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.Builder.setPointType | ( | com.google.ortools.pdlp.PointType | value | ) |
Type of the point that this metadata corresponds to.
optional .operations_research.pdlp.PointType point_type = 1;
value | The pointType to set. |
Definition at line 846 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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. |
Definition at line 1047 of file PointMetadata.java.
Builder com.google.ortools.pdlp.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. |
Definition at line 929 of file PointMetadata.java.