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

Public Member Functions

boolean hasPointType ()
 
operations_research.pdlp.SolveLogOuterClass.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 8580 of file SolveLogOuterClass.java.

Member Function Documentation

◆ getActiveDualVariableChange()

long operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ getActiveDualVariableCount()

long operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ getActivePrimalVariableChange()

long operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ getActivePrimalVariableCount()

long operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ getPointType()

operations_research.pdlp.SolveLogOuterClass.PointType operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.getPointType ( )
Type of the point that this metadata corresponds to.

optional .operations_research.pdlp.PointType point_type = 1;

Returns
The pointType.

Implemented in operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ getRandomDualProjections()

double operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ getRandomDualProjectionsCount()

int operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ getRandomDualProjectionsList()

java.util.List< java.lang.Double > operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ getRandomPrimalProjections()

double operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ getRandomPrimalProjectionsCount()

int operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ getRandomPrimalProjectionsList()

java.util.List< java.lang.Double > operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ hasActiveDualVariableChange()

boolean operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ hasActiveDualVariableCount()

boolean operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ hasActivePrimalVariableChange()

boolean operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ hasActivePrimalVariableCount()

boolean operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.

◆ hasPointType()

boolean operations_research.pdlp.SolveLogOuterClass.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 operations_research.pdlp.SolveLogOuterClass.PointMetadata, and operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.


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