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

Public Member Functions

boolean hasNumVariables ()
 
long getNumVariables ()
 
boolean hasNumConstraints ()
 
long getNumConstraints ()
 
boolean hasConstraintMatrixColMinLInfNorm ()
 
double getConstraintMatrixColMinLInfNorm ()
 
boolean hasConstraintMatrixRowMinLInfNorm ()
 
double getConstraintMatrixRowMinLInfNorm ()
 
boolean hasConstraintMatrixNumNonzeros ()
 
long getConstraintMatrixNumNonzeros ()
 
boolean hasConstraintMatrixAbsMax ()
 
double getConstraintMatrixAbsMax ()
 
boolean hasConstraintMatrixAbsMin ()
 
double getConstraintMatrixAbsMin ()
 
boolean hasConstraintMatrixAbsAvg ()
 
double getConstraintMatrixAbsAvg ()
 
boolean hasConstraintMatrixL2Norm ()
 
double getConstraintMatrixL2Norm ()
 
boolean hasCombinedBoundsMax ()
 
double getCombinedBoundsMax ()
 
boolean hasCombinedBoundsMin ()
 
double getCombinedBoundsMin ()
 
boolean hasCombinedBoundsAvg ()
 
double getCombinedBoundsAvg ()
 
boolean hasCombinedBoundsL2Norm ()
 
double getCombinedBoundsL2Norm ()
 
boolean hasCombinedVariableBoundsMax ()
 
double getCombinedVariableBoundsMax ()
 
boolean hasCombinedVariableBoundsMin ()
 
double getCombinedVariableBoundsMin ()
 
boolean hasCombinedVariableBoundsAvg ()
 
double getCombinedVariableBoundsAvg ()
 
boolean hasCombinedVariableBoundsL2Norm ()
 
double getCombinedVariableBoundsL2Norm ()
 
boolean hasVariableBoundGapsNumFinite ()
 
long getVariableBoundGapsNumFinite ()
 
boolean hasVariableBoundGapsMax ()
 
double getVariableBoundGapsMax ()
 
boolean hasVariableBoundGapsMin ()
 
double getVariableBoundGapsMin ()
 
boolean hasVariableBoundGapsAvg ()
 
double getVariableBoundGapsAvg ()
 
boolean hasVariableBoundGapsL2Norm ()
 
double getVariableBoundGapsL2Norm ()
 
boolean hasObjectiveVectorAbsMax ()
 
double getObjectiveVectorAbsMax ()
 
boolean hasObjectiveVectorAbsMin ()
 
double getObjectiveVectorAbsMin ()
 
boolean hasObjectiveVectorAbsAvg ()
 
double getObjectiveVectorAbsAvg ()
 
boolean hasObjectiveVectorL2Norm ()
 
double getObjectiveVectorL2Norm ()
 
boolean hasObjectiveMatrixNumNonzeros ()
 
long getObjectiveMatrixNumNonzeros ()
 
boolean hasObjectiveMatrixAbsMax ()
 
double getObjectiveMatrixAbsMax ()
 
boolean hasObjectiveMatrixAbsMin ()
 
double getObjectiveMatrixAbsMin ()
 
boolean hasObjectiveMatrixAbsAvg ()
 
double getObjectiveMatrixAbsAvg ()
 
boolean hasObjectiveMatrixL2Norm ()
 
double getObjectiveMatrixL2Norm ()
 

Detailed Description

Definition at line 7 of file QuadraticProgramStatsOrBuilder.java.

Member Function Documentation

◆ getCombinedBoundsAvg()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsAvg ( )

optional double combined_bounds_avg = 11;

Returns
The combinedBoundsAvg.

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

◆ getCombinedBoundsL2Norm()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsL2Norm ( )

optional double combined_bounds_l2_norm = 24;

Returns
The combinedBoundsL2Norm.

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

◆ getCombinedBoundsMax()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsMax ( )
Statistics of the combined vector of the constraint lower and upper bounds.
Given parallel lower and upper bounds vectors, the "combined bounds" vector
takes the maximum absolute value of each pair of bounds, ignoring all non-
finite values. The comment in solvers.proto:TerminationCriteria provides an
example of the combined bounds vector. The min is over the nonzero combined
bounds. If there are no constraints, the values returned are 0 for the
maximum, minimum, and l2 norm and NaN for the average.

optional double combined_bounds_max = 9;

Returns
The combinedBoundsMax.

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

◆ getCombinedBoundsMin()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsMin ( )

optional double combined_bounds_min = 10;

Returns
The combinedBoundsMin.

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

◆ getCombinedVariableBoundsAvg()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsAvg ( )

optional double combined_variable_bounds_avg = 30;

Returns
The combinedVariableBoundsAvg.

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

◆ getCombinedVariableBoundsL2Norm()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsL2Norm ( )

optional double combined_variable_bounds_l2_norm = 31;

Returns
The combinedVariableBoundsL2Norm.

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

◆ getCombinedVariableBoundsMax()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsMax ( )
Statistics of the combined vector of the variable lower and upper bounds.
See the comment before `combined_bounds_max` for a description of the
"combined bounds" vector. The min is over the nonzero combined bounds. If
there are no variables, the values returned are 0 for the maximum, minimum,
and l2 norm and NaN for the average.

optional double combined_variable_bounds_max = 28;

Returns
The combinedVariableBoundsMax.

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

◆ getCombinedVariableBoundsMin()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsMin ( )

optional double combined_variable_bounds_min = 29;

Returns
The combinedVariableBoundsMin.

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

◆ getConstraintMatrixAbsAvg()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixAbsAvg ( )

optional double constraint_matrix_abs_avg = 8;

Returns
The constraintMatrixAbsAvg.

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

◆ getConstraintMatrixAbsMax()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixAbsMax ( )
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix. Explicit zeros are included in the mean, but excluded from the min.
Note that the maximum absolute value is also equal to the maximal row and
column infinity norms of the constraint matrix. If the constraint matrix is
empty, the values returned are 0.0 for the maximum, minimum, and l2_norm,
and NaN for the average.

optional double constraint_matrix_abs_max = 6;

Returns
The constraintMatrixAbsMax.

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

◆ getConstraintMatrixAbsMin()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixAbsMin ( )

optional double constraint_matrix_abs_min = 7;

Returns
The constraintMatrixAbsMin.

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

◆ getConstraintMatrixColMinLInfNorm()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixColMinLInfNorm ( )
Minimum row and column infinity norms of the constraint matrix. All-zero
rows and columns are excluded. If the constraint matrix contains no nonzero
entries, the values returned are 0.0.

optional double constraint_matrix_col_min_l_inf_norm = 3;

Returns
The constraintMatrixColMinLInfNorm.

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

◆ getConstraintMatrixL2Norm()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixL2Norm ( )

optional double constraint_matrix_l2_norm = 25;

Returns
The constraintMatrixL2Norm.

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

◆ getConstraintMatrixNumNonzeros()

long com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixNumNonzeros ( )
The number of (finite) nonzero entries in the constraint matrix.

optional int64 constraint_matrix_num_nonzeros = 5;

Returns
The constraintMatrixNumNonzeros.

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

◆ getConstraintMatrixRowMinLInfNorm()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixRowMinLInfNorm ( )

optional double constraint_matrix_row_min_l_inf_norm = 4;

Returns
The constraintMatrixRowMinLInfNorm.

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

◆ getNumConstraints()

long com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getNumConstraints ( )

optional int64 num_constraints = 2;

Returns
The numConstraints.

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

◆ getNumVariables()

long com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getNumVariables ( )

optional int64 num_variables = 1;

Returns
The numVariables.

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

◆ getObjectiveMatrixAbsAvg()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixAbsAvg ( )

optional double objective_matrix_abs_avg = 22;

Returns
The objectiveMatrixAbsAvg.

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

◆ getObjectiveMatrixAbsMax()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixAbsMax ( )
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix. The min is over nonzero terms. If the objective matrix is empty,
the returned values are 0.0, 0.0, NaN, and 0.0 respectively.

optional double objective_matrix_abs_max = 20;

Returns
The objectiveMatrixAbsMax.

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

◆ getObjectiveMatrixAbsMin()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixAbsMin ( )

optional double objective_matrix_abs_min = 21;

Returns
The objectiveMatrixAbsMin.

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

◆ getObjectiveMatrixL2Norm()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixL2Norm ( )

optional double objective_matrix_l2_norm = 27;

Returns
The objectiveMatrixL2Norm.

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

◆ getObjectiveMatrixNumNonzeros()

long com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixNumNonzeros ( )

optional int64 objective_matrix_num_nonzeros = 19;

Returns
The objectiveMatrixNumNonzeros.

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

◆ getObjectiveVectorAbsAvg()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorAbsAvg ( )

optional double objective_vector_abs_avg = 18;

Returns
The objectiveVectorAbsAvg.

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

◆ getObjectiveVectorAbsMax()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorAbsMax ( )
Statistics of the objective vector. The min is over the nonzero terms.

optional double objective_vector_abs_max = 16;

Returns
The objectiveVectorAbsMax.

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

◆ getObjectiveVectorAbsMin()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorAbsMin ( )

optional double objective_vector_abs_min = 17;

Returns
The objectiveVectorAbsMin.

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

◆ getObjectiveVectorL2Norm()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorL2Norm ( )

optional double objective_vector_l2_norm = 23;

Returns
The objectiveVectorL2Norm.

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

◆ getVariableBoundGapsAvg()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsAvg ( )

optional double variable_bound_gaps_avg = 15;

Returns
The variableBoundGapsAvg.

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

◆ getVariableBoundGapsL2Norm()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsL2Norm ( )

optional double variable_bound_gaps_l2_norm = 26;

Returns
The variableBoundGapsL2Norm.

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

◆ getVariableBoundGapsMax()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsMax ( )
Max/min/mean/l2_norm over all finite variable bound gaps. The min excludes
zero bound gaps (i.e., fixed variables). When there are no finite gaps, the
values returned are 0 for the maximum, minimum, and l2_norm, and NaN for
the average.

optional double variable_bound_gaps_max = 13;

Returns
The variableBoundGapsMax.

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

◆ getVariableBoundGapsMin()

double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsMin ( )

optional double variable_bound_gaps_min = 14;

Returns
The variableBoundGapsMin.

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

◆ getVariableBoundGapsNumFinite()

long com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsNumFinite ( )
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.

optional int64 variable_bound_gaps_num_finite = 12;

Returns
The variableBoundGapsNumFinite.

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

◆ hasCombinedBoundsAvg()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsAvg ( )

optional double combined_bounds_avg = 11;

Returns
Whether the combinedBoundsAvg field is set.

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

◆ hasCombinedBoundsL2Norm()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsL2Norm ( )

optional double combined_bounds_l2_norm = 24;

Returns
Whether the combinedBoundsL2Norm field is set.

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

◆ hasCombinedBoundsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsMax ( )
Statistics of the combined vector of the constraint lower and upper bounds.
Given parallel lower and upper bounds vectors, the "combined bounds" vector
takes the maximum absolute value of each pair of bounds, ignoring all non-
finite values. The comment in solvers.proto:TerminationCriteria provides an
example of the combined bounds vector. The min is over the nonzero combined
bounds. If there are no constraints, the values returned are 0 for the
maximum, minimum, and l2 norm and NaN for the average.

optional double combined_bounds_max = 9;

Returns
Whether the combinedBoundsMax field is set.

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

◆ hasCombinedBoundsMin()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsMin ( )

optional double combined_bounds_min = 10;

Returns
Whether the combinedBoundsMin field is set.

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

◆ hasCombinedVariableBoundsAvg()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsAvg ( )

optional double combined_variable_bounds_avg = 30;

Returns
Whether the combinedVariableBoundsAvg field is set.

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

◆ hasCombinedVariableBoundsL2Norm()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsL2Norm ( )

optional double combined_variable_bounds_l2_norm = 31;

Returns
Whether the combinedVariableBoundsL2Norm field is set.

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

◆ hasCombinedVariableBoundsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsMax ( )
Statistics of the combined vector of the variable lower and upper bounds.
See the comment before `combined_bounds_max` for a description of the
"combined bounds" vector. The min is over the nonzero combined bounds. If
there are no variables, the values returned are 0 for the maximum, minimum,
and l2 norm and NaN for the average.

optional double combined_variable_bounds_max = 28;

Returns
Whether the combinedVariableBoundsMax field is set.

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

◆ hasCombinedVariableBoundsMin()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsMin ( )

optional double combined_variable_bounds_min = 29;

Returns
Whether the combinedVariableBoundsMin field is set.

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

◆ hasConstraintMatrixAbsAvg()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixAbsAvg ( )

optional double constraint_matrix_abs_avg = 8;

Returns
Whether the constraintMatrixAbsAvg field is set.

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

◆ hasConstraintMatrixAbsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixAbsMax ( )
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix. Explicit zeros are included in the mean, but excluded from the min.
Note that the maximum absolute value is also equal to the maximal row and
column infinity norms of the constraint matrix. If the constraint matrix is
empty, the values returned are 0.0 for the maximum, minimum, and l2_norm,
and NaN for the average.

optional double constraint_matrix_abs_max = 6;

Returns
Whether the constraintMatrixAbsMax field is set.

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

◆ hasConstraintMatrixAbsMin()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixAbsMin ( )

optional double constraint_matrix_abs_min = 7;

Returns
Whether the constraintMatrixAbsMin field is set.

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

◆ hasConstraintMatrixColMinLInfNorm()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixColMinLInfNorm ( )
Minimum row and column infinity norms of the constraint matrix. All-zero
rows and columns are excluded. If the constraint matrix contains no nonzero
entries, the values returned are 0.0.

optional double constraint_matrix_col_min_l_inf_norm = 3;

Returns
Whether the constraintMatrixColMinLInfNorm field is set.

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

◆ hasConstraintMatrixL2Norm()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixL2Norm ( )

optional double constraint_matrix_l2_norm = 25;

Returns
Whether the constraintMatrixL2Norm field is set.

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

◆ hasConstraintMatrixNumNonzeros()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixNumNonzeros ( )
The number of (finite) nonzero entries in the constraint matrix.

optional int64 constraint_matrix_num_nonzeros = 5;

Returns
Whether the constraintMatrixNumNonzeros field is set.

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

◆ hasConstraintMatrixRowMinLInfNorm()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixRowMinLInfNorm ( )

optional double constraint_matrix_row_min_l_inf_norm = 4;

Returns
Whether the constraintMatrixRowMinLInfNorm field is set.

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

◆ hasNumConstraints()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasNumConstraints ( )

optional int64 num_constraints = 2;

Returns
Whether the numConstraints field is set.

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

◆ hasNumVariables()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasNumVariables ( )

optional int64 num_variables = 1;

Returns
Whether the numVariables field is set.

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

◆ hasObjectiveMatrixAbsAvg()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixAbsAvg ( )

optional double objective_matrix_abs_avg = 22;

Returns
Whether the objectiveMatrixAbsAvg field is set.

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

◆ hasObjectiveMatrixAbsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixAbsMax ( )
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix. The min is over nonzero terms. If the objective matrix is empty,
the returned values are 0.0, 0.0, NaN, and 0.0 respectively.

optional double objective_matrix_abs_max = 20;

Returns
Whether the objectiveMatrixAbsMax field is set.

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

◆ hasObjectiveMatrixAbsMin()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixAbsMin ( )

optional double objective_matrix_abs_min = 21;

Returns
Whether the objectiveMatrixAbsMin field is set.

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

◆ hasObjectiveMatrixL2Norm()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixL2Norm ( )

optional double objective_matrix_l2_norm = 27;

Returns
Whether the objectiveMatrixL2Norm field is set.

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

◆ hasObjectiveMatrixNumNonzeros()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixNumNonzeros ( )

optional int64 objective_matrix_num_nonzeros = 19;

Returns
Whether the objectiveMatrixNumNonzeros field is set.

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

◆ hasObjectiveVectorAbsAvg()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorAbsAvg ( )

optional double objective_vector_abs_avg = 18;

Returns
Whether the objectiveVectorAbsAvg field is set.

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

◆ hasObjectiveVectorAbsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorAbsMax ( )
Statistics of the objective vector. The min is over the nonzero terms.

optional double objective_vector_abs_max = 16;

Returns
Whether the objectiveVectorAbsMax field is set.

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

◆ hasObjectiveVectorAbsMin()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorAbsMin ( )

optional double objective_vector_abs_min = 17;

Returns
Whether the objectiveVectorAbsMin field is set.

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

◆ hasObjectiveVectorL2Norm()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorL2Norm ( )

optional double objective_vector_l2_norm = 23;

Returns
Whether the objectiveVectorL2Norm field is set.

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

◆ hasVariableBoundGapsAvg()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsAvg ( )

optional double variable_bound_gaps_avg = 15;

Returns
Whether the variableBoundGapsAvg field is set.

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

◆ hasVariableBoundGapsL2Norm()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsL2Norm ( )

optional double variable_bound_gaps_l2_norm = 26;

Returns
Whether the variableBoundGapsL2Norm field is set.

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

◆ hasVariableBoundGapsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsMax ( )
Max/min/mean/l2_norm over all finite variable bound gaps. The min excludes
zero bound gaps (i.e., fixed variables). When there are no finite gaps, the
values returned are 0 for the maximum, minimum, and l2_norm, and NaN for
the average.

optional double variable_bound_gaps_max = 13;

Returns
Whether the variableBoundGapsMax field is set.

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

◆ hasVariableBoundGapsMin()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsMin ( )

optional double variable_bound_gaps_min = 14;

Returns
Whether the variableBoundGapsMin field is set.

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

◆ hasVariableBoundGapsNumFinite()

boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsNumFinite ( )
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.

optional int64 variable_bound_gaps_num_finite = 12;

Returns
Whether the variableBoundGapsNumFinite field is set.

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


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