Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.pdlp.PointMetadata | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.PointMetadata | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.PointMetadata | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.PointMetadata | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.PointMetadata | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.PointMetadata | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.PointMetadata | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.pdlp.PointMetadata | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.pdlp.PointMetadata | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.pdlp.PointMetadata | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.pdlp.PointMetadata | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.pdlp.PointMetadata | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static Builder | newBuilder () |
static Builder | newBuilder (com.google.ortools.pdlp.PointMetadata prototype) |
static com.google.ortools.pdlp.PointMetadata | getDefaultInstance () |
static com.google.protobuf.Parser< PointMetadata > | parser () |
Static Public Attributes | |
static final int | POINT_TYPE_FIELD_NUMBER = 1 |
static final int | RANDOM_PRIMAL_PROJECTIONS_FIELD_NUMBER = 2 |
static final int | RANDOM_DUAL_PROJECTIONS_FIELD_NUMBER = 3 |
static final int | ACTIVE_PRIMAL_VARIABLE_COUNT_FIELD_NUMBER = 4 |
static final int | ACTIVE_DUAL_VARIABLE_COUNT_FIELD_NUMBER = 5 |
static final int | ACTIVE_PRIMAL_VARIABLE_CHANGE_FIELD_NUMBER = 6 |
static final int | ACTIVE_DUAL_VARIABLE_CHANGE_FIELD_NUMBER = 7 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Protobuf type operations_research.pdlp.PointMetadata
Definition at line 10 of file PointMetadata.java.
boolean com.google.ortools.pdlp.PointMetadata.equals | ( | final java.lang.Object | obj | ) |
Definition at line 371 of file PointMetadata.java.
long com.google.ortools.pdlp.PointMetadata.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 266 of file PointMetadata.java.
long com.google.ortools.pdlp.PointMetadata.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 208 of file PointMetadata.java.
long com.google.ortools.pdlp.PointMetadata.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 237 of file PointMetadata.java.
long com.google.ortools.pdlp.PointMetadata.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 181 of file PointMetadata.java.
|
static |
Definition at line 1347 of file PointMetadata.java.
com.google.ortools.pdlp.PointMetadata com.google.ortools.pdlp.PointMetadata.getDefaultInstanceForType | ( | ) |
Definition at line 1383 of file PointMetadata.java.
|
static |
Definition at line 35 of file PointMetadata.java.
com.google.protobuf.Parser< PointMetadata > com.google.ortools.pdlp.PointMetadata.getParserForType | ( | ) |
Definition at line 1378 of file PointMetadata.java.
com.google.ortools.pdlp.PointType com.google.ortools.pdlp.PointMetadata.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 69 of file PointMetadata.java.
double com.google.ortools.pdlp.PointMetadata.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 153 of file PointMetadata.java.
int com.google.ortools.pdlp.PointMetadata.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 141 of file PointMetadata.java.
java.util.List< java.lang.Double > com.google.ortools.pdlp.PointMetadata.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 130 of file PointMetadata.java.
double com.google.ortools.pdlp.PointMetadata.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 111 of file PointMetadata.java.
int com.google.ortools.pdlp.PointMetadata.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 99 of file PointMetadata.java.
java.util.List< java.lang.Double > com.google.ortools.pdlp.PointMetadata.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 88 of file PointMetadata.java.
int com.google.ortools.pdlp.PointMetadata.getSerializedSize | ( | ) |
Definition at line 318 of file PointMetadata.java.
boolean com.google.ortools.pdlp.PointMetadata.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 253 of file PointMetadata.java.
boolean com.google.ortools.pdlp.PointMetadata.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 196 of file PointMetadata.java.
boolean com.google.ortools.pdlp.PointMetadata.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 224 of file PointMetadata.java.
boolean com.google.ortools.pdlp.PointMetadata.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 169 of file PointMetadata.java.
int com.google.ortools.pdlp.PointMetadata.hashCode | ( | ) |
Definition at line 413 of file PointMetadata.java.
boolean com.google.ortools.pdlp.PointMetadata.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 58 of file PointMetadata.java.
|
protected |
Definition at line 41 of file PointMetadata.java.
final boolean com.google.ortools.pdlp.PointMetadata.isInitialized | ( | ) |
Definition at line 272 of file PointMetadata.java.
|
static |
Definition at line 530 of file PointMetadata.java.
|
static |
Definition at line 533 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.newBuilderForType | ( | ) |
Definition at line 529 of file PointMetadata.java.
|
protected |
Definition at line 543 of file PointMetadata.java.
|
static |
Definition at line 501 of file PointMetadata.java.
|
static |
Definition at line 507 of file PointMetadata.java.
|
static |
Definition at line 478 of file PointMetadata.java.
|
static |
Definition at line 482 of file PointMetadata.java.
|
static |
Definition at line 467 of file PointMetadata.java.
|
static |
Definition at line 472 of file PointMetadata.java.
|
static |
Definition at line 514 of file PointMetadata.java.
|
static |
Definition at line 520 of file PointMetadata.java.
|
static |
Definition at line 488 of file PointMetadata.java.
|
static |
Definition at line 493 of file PointMetadata.java.
|
static |
Definition at line 456 of file PointMetadata.java.
|
static |
Definition at line 461 of file PointMetadata.java.
|
static |
Definition at line 1373 of file PointMetadata.java.
Builder com.google.ortools.pdlp.PointMetadata.toBuilder | ( | ) |
Definition at line 537 of file PointMetadata.java.
void com.google.ortools.pdlp.PointMetadata.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 282 of file PointMetadata.java.
|
static |
Definition at line 241 of file PointMetadata.java.
|
static |
Definition at line 185 of file PointMetadata.java.
|
static |
Definition at line 212 of file PointMetadata.java.
|
static |
Definition at line 158 of file PointMetadata.java.
|
static |
Definition at line 48 of file PointMetadata.java.
|
static |
Definition at line 116 of file PointMetadata.java.
|
static |
Definition at line 74 of file PointMetadata.java.