Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.pdlp.PointMetadataOrBuilder Interface Reference
Inheritance diagram for com.google.ortools.pdlp.PointMetadataOrBuilder:
com.google.ortools.pdlp.PointMetadata com.google.ortools.pdlp.PointMetadata.Builder

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 ()
 

Detailed Description

Definition at line 7 of file PointMetadataOrBuilder.java.

Member Function Documentation

◆ getActiveDualVariableChange()

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;

Returns
The activeDualVariableChange.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ getActiveDualVariableCount()

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;

Returns
The activeDualVariableCount.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ getActivePrimalVariableChange()

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;

Returns
The activePrimalVariableChange.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ getActivePrimalVariableCount()

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;

Returns
The activePrimalVariableCount.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ getPointType()

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;

Returns
The pointType.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ getRandomDualProjections()

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];

Parameters
indexThe index of the element to return.
Returns
The randomDualProjections at the given index.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ getRandomDualProjectionsCount()

int com.google.ortools.pdlp.PointMetadataOrBuilder.getRandomDualProjectionsCount ( )
Projections of the dual solution onto random planes.

repeated double random_dual_projections = 3 [packed = true];

Returns
The count of randomDualProjections.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ getRandomDualProjectionsList()

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];

Returns
A list containing the randomDualProjections.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ getRandomPrimalProjections()

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];

Parameters
indexThe index of the element to return.
Returns
The randomPrimalProjections at the given index.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ getRandomPrimalProjectionsCount()

int com.google.ortools.pdlp.PointMetadataOrBuilder.getRandomPrimalProjectionsCount ( )
Projections of the primal solution onto random planes.

repeated double random_primal_projections = 2 [packed = true];

Returns
The count of randomPrimalProjections.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ getRandomPrimalProjectionsList()

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];

Returns
A list containing the randomPrimalProjections.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ hasActiveDualVariableChange()

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;

Returns
Whether the activeDualVariableChange field is set.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ hasActiveDualVariableCount()

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;

Returns
Whether the activeDualVariableCount field is set.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ hasActivePrimalVariableChange()

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;

Returns
Whether the activePrimalVariableChange field is set.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ hasActivePrimalVariableCount()

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;

Returns
Whether the activePrimalVariableCount field is set.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.

◆ hasPointType()

boolean com.google.ortools.pdlp.PointMetadataOrBuilder.hasPointType ( )
Type of the point that this metadata corresponds to.

optional .operations_research.pdlp.PointType point_type = 1;

Returns
Whether the pointType field is set.

Implemented in com.google.ortools.pdlp.PointMetadata.Builder, and com.google.ortools.pdlp.PointMetadata.


The documentation for this interface was generated from the following file: