Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.pdlp.QuadraticProgramStats Class Reference

Detailed Description

Easy-to-compute statistics for the quadratic program.

Protobuf type operations_research.pdlp.QuadraticProgramStats

Definition at line 16 of file QuadraticProgramStats.java.

Inheritance diagram for com.google.ortools.pdlp.QuadraticProgramStats:
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder

Classes

class  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 ()
final boolean isInitialized ()
void writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException
int getSerializedSize ()
boolean equals (final java.lang.Object obj)
int hashCode ()
Builder newBuilderForType ()
Builder toBuilder ()
com.google.protobuf.Parser< QuadraticProgramStatsgetParserForType ()
com.google.ortools.pdlp.QuadraticProgramStats getDefaultInstanceForType ()

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
static com.google.ortools.pdlp.QuadraticProgramStats parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.pdlp.QuadraticProgramStats parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.pdlp.QuadraticProgramStats parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.pdlp.QuadraticProgramStats parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.pdlp.QuadraticProgramStats parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.pdlp.QuadraticProgramStats parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
static com.google.ortools.pdlp.QuadraticProgramStats parseFrom (java.io.InputStream input) throws java.io.IOException
static com.google.ortools.pdlp.QuadraticProgramStats parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
static com.google.ortools.pdlp.QuadraticProgramStats parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException
static com.google.ortools.pdlp.QuadraticProgramStats parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
static com.google.ortools.pdlp.QuadraticProgramStats parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException
static com.google.ortools.pdlp.QuadraticProgramStats 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.QuadraticProgramStats prototype)
static com.google.ortools.pdlp.QuadraticProgramStats getDefaultInstance ()
static com.google.protobuf.Parser< QuadraticProgramStatsparser ()

Static Public Attributes

static final int NUM_VARIABLES_FIELD_NUMBER = 1
static final int NUM_CONSTRAINTS_FIELD_NUMBER = 2
static final int CONSTRAINT_MATRIX_COL_MIN_L_INF_NORM_FIELD_NUMBER = 3
static final int CONSTRAINT_MATRIX_ROW_MIN_L_INF_NORM_FIELD_NUMBER = 4
static final int CONSTRAINT_MATRIX_NUM_NONZEROS_FIELD_NUMBER = 5
static final int CONSTRAINT_MATRIX_ABS_MAX_FIELD_NUMBER = 6
static final int CONSTRAINT_MATRIX_ABS_MIN_FIELD_NUMBER = 7
static final int CONSTRAINT_MATRIX_ABS_AVG_FIELD_NUMBER = 8
static final int CONSTRAINT_MATRIX_L2_NORM_FIELD_NUMBER = 25
static final int COMBINED_BOUNDS_MAX_FIELD_NUMBER = 9
static final int COMBINED_BOUNDS_MIN_FIELD_NUMBER = 10
static final int COMBINED_BOUNDS_AVG_FIELD_NUMBER = 11
static final int COMBINED_BOUNDS_L2_NORM_FIELD_NUMBER = 24
static final int COMBINED_VARIABLE_BOUNDS_MAX_FIELD_NUMBER = 28
static final int COMBINED_VARIABLE_BOUNDS_MIN_FIELD_NUMBER = 29
static final int COMBINED_VARIABLE_BOUNDS_AVG_FIELD_NUMBER = 30
static final int COMBINED_VARIABLE_BOUNDS_L2_NORM_FIELD_NUMBER = 31
static final int VARIABLE_BOUND_GAPS_NUM_FINITE_FIELD_NUMBER = 12
static final int VARIABLE_BOUND_GAPS_MAX_FIELD_NUMBER = 13
static final int VARIABLE_BOUND_GAPS_MIN_FIELD_NUMBER = 14
static final int VARIABLE_BOUND_GAPS_AVG_FIELD_NUMBER = 15
static final int VARIABLE_BOUND_GAPS_L2_NORM_FIELD_NUMBER = 26
static final int OBJECTIVE_VECTOR_ABS_MAX_FIELD_NUMBER = 16
static final int OBJECTIVE_VECTOR_ABS_MIN_FIELD_NUMBER = 17
static final int OBJECTIVE_VECTOR_ABS_AVG_FIELD_NUMBER = 18
static final int OBJECTIVE_VECTOR_L2_NORM_FIELD_NUMBER = 23
static final int OBJECTIVE_MATRIX_NUM_NONZEROS_FIELD_NUMBER = 19
static final int OBJECTIVE_MATRIX_ABS_MAX_FIELD_NUMBER = 20
static final int OBJECTIVE_MATRIX_ABS_MIN_FIELD_NUMBER = 21
static final int OBJECTIVE_MATRIX_ABS_AVG_FIELD_NUMBER = 22
static final int OBJECTIVE_MATRIX_L2_NORM_FIELD_NUMBER = 27

Protected Member Functions

com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable ()
Builder newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent)

Member Function Documentation

◆ equals()

boolean com.google.ortools.pdlp.QuadraticProgramStats.equals ( final java.lang.Object obj)

Definition at line 1004 of file QuadraticProgramStats.java.

◆ getCombinedBoundsAvg()

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

optional double combined_bounds_avg = 11;

Returns
The combinedBoundsAvg.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 333 of file QuadraticProgramStats.java.

◆ getCombinedBoundsL2Norm()

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

optional double combined_bounds_l2_norm = 24;

Returns
The combinedBoundsL2Norm.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 352 of file QuadraticProgramStats.java.

◆ getCombinedBoundsMax()

double com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 295 of file QuadraticProgramStats.java.

◆ getCombinedBoundsMin()

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

optional double combined_bounds_min = 10;

Returns
The combinedBoundsMin.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 314 of file QuadraticProgramStats.java.

◆ getCombinedVariableBoundsAvg()

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

optional double combined_variable_bounds_avg = 30;

Returns
The combinedVariableBoundsAvg.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 425 of file QuadraticProgramStats.java.

◆ getCombinedVariableBoundsL2Norm()

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

optional double combined_variable_bounds_l2_norm = 31;

Returns
The combinedVariableBoundsL2Norm.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 444 of file QuadraticProgramStats.java.

◆ getCombinedVariableBoundsMax()

double com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 387 of file QuadraticProgramStats.java.

◆ getCombinedVariableBoundsMin()

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

optional double combined_variable_bounds_min = 29;

Returns
The combinedVariableBoundsMin.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 406 of file QuadraticProgramStats.java.

◆ getConstraintMatrixAbsAvg()

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

optional double constraint_matrix_abs_avg = 8;

Returns
The constraintMatrixAbsAvg.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 237 of file QuadraticProgramStats.java.

◆ getConstraintMatrixAbsMax()

double com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 199 of file QuadraticProgramStats.java.

◆ getConstraintMatrixAbsMin()

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

optional double constraint_matrix_abs_min = 7;

Returns
The constraintMatrixAbsMin.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 218 of file QuadraticProgramStats.java.

◆ getConstraintMatrixColMinLInfNorm()

double com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 116 of file QuadraticProgramStats.java.

◆ getConstraintMatrixL2Norm()

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

optional double constraint_matrix_l2_norm = 25;

Returns
The constraintMatrixL2Norm.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 256 of file QuadraticProgramStats.java.

◆ getConstraintMatrixNumNonzeros()

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

optional int64 constraint_matrix_num_nonzeros = 5;

Returns
The constraintMatrixNumNonzeros.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 162 of file QuadraticProgramStats.java.

◆ getConstraintMatrixRowMinLInfNorm()

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

optional double constraint_matrix_row_min_l_inf_norm = 4;

Returns
The constraintMatrixRowMinLInfNorm.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 135 of file QuadraticProgramStats.java.

◆ getDefaultInstance()

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.getDefaultInstance ( )
static

Definition at line 3475 of file QuadraticProgramStats.java.

◆ getDefaultInstanceForType()

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.getDefaultInstanceForType ( )

Definition at line 3511 of file QuadraticProgramStats.java.

◆ getDescriptor()

final com.google.protobuf.Descriptors.Descriptor com.google.ortools.pdlp.QuadraticProgramStats.getDescriptor ( )
static

Definition at line 38 of file QuadraticProgramStats.java.

◆ getNumConstraints()

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

optional int64 num_constraints = 2;

Returns
The numConstraints.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 85 of file QuadraticProgramStats.java.

◆ getNumVariables()

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

optional int64 num_variables = 1;

Returns
The numVariables.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 66 of file QuadraticProgramStats.java.

◆ getObjectiveMatrixAbsAvg()

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

optional double objective_matrix_abs_avg = 22;

Returns
The objectiveMatrixAbsAvg.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 735 of file QuadraticProgramStats.java.

◆ getObjectiveMatrixAbsMax()

double com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 697 of file QuadraticProgramStats.java.

◆ getObjectiveMatrixAbsMin()

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

optional double objective_matrix_abs_min = 21;

Returns
The objectiveMatrixAbsMin.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 716 of file QuadraticProgramStats.java.

◆ getObjectiveMatrixL2Norm()

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

optional double objective_matrix_l2_norm = 27;

Returns
The objectiveMatrixL2Norm.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 754 of file QuadraticProgramStats.java.

◆ getObjectiveMatrixNumNonzeros()

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

optional int64 objective_matrix_num_nonzeros = 19;

Returns
The objectiveMatrixNumNonzeros.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 666 of file QuadraticProgramStats.java.

◆ getObjectiveVectorAbsAvg()

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

optional double objective_vector_abs_avg = 18;

Returns
The objectiveVectorAbsAvg.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 628 of file QuadraticProgramStats.java.

◆ getObjectiveVectorAbsMax()

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

optional double objective_vector_abs_max = 16;

Returns
The objectiveVectorAbsMax.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 590 of file QuadraticProgramStats.java.

◆ getObjectiveVectorAbsMin()

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

optional double objective_vector_abs_min = 17;

Returns
The objectiveVectorAbsMin.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 609 of file QuadraticProgramStats.java.

◆ getObjectiveVectorL2Norm()

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

optional double objective_vector_l2_norm = 23;

Returns
The objectiveVectorL2Norm.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 647 of file QuadraticProgramStats.java.

◆ getParserForType()

com.google.protobuf.Parser< QuadraticProgramStats > com.google.ortools.pdlp.QuadraticProgramStats.getParserForType ( )

Definition at line 3506 of file QuadraticProgramStats.java.

◆ getSerializedSize()

int com.google.ortools.pdlp.QuadraticProgramStats.getSerializedSize ( )

Definition at line 869 of file QuadraticProgramStats.java.

◆ getVariableBoundGapsAvg()

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

optional double variable_bound_gaps_avg = 15;

Returns
The variableBoundGapsAvg.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 544 of file QuadraticProgramStats.java.

◆ getVariableBoundGapsL2Norm()

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

optional double variable_bound_gaps_l2_norm = 26;

Returns
The variableBoundGapsL2Norm.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 563 of file QuadraticProgramStats.java.

◆ getVariableBoundGapsMax()

double com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 506 of file QuadraticProgramStats.java.

◆ getVariableBoundGapsMin()

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

optional double variable_bound_gaps_min = 14;

Returns
The variableBoundGapsMin.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 525 of file QuadraticProgramStats.java.

◆ getVariableBoundGapsNumFinite()

long com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 473 of file QuadraticProgramStats.java.

◆ hasCombinedBoundsAvg()

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

optional double combined_bounds_avg = 11;

Returns
Whether the combinedBoundsAvg field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 325 of file QuadraticProgramStats.java.

◆ hasCombinedBoundsL2Norm()

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

optional double combined_bounds_l2_norm = 24;

Returns
Whether the combinedBoundsL2Norm field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 344 of file QuadraticProgramStats.java.

◆ hasCombinedBoundsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 277 of file QuadraticProgramStats.java.

◆ hasCombinedBoundsMin()

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

optional double combined_bounds_min = 10;

Returns
Whether the combinedBoundsMin field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 306 of file QuadraticProgramStats.java.

◆ hasCombinedVariableBoundsAvg()

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

optional double combined_variable_bounds_avg = 30;

Returns
Whether the combinedVariableBoundsAvg field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 417 of file QuadraticProgramStats.java.

◆ hasCombinedVariableBoundsL2Norm()

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

optional double combined_variable_bounds_l2_norm = 31;

Returns
Whether the combinedVariableBoundsL2Norm field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 436 of file QuadraticProgramStats.java.

◆ hasCombinedVariableBoundsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 371 of file QuadraticProgramStats.java.

◆ hasCombinedVariableBoundsMin()

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

optional double combined_variable_bounds_min = 29;

Returns
Whether the combinedVariableBoundsMin field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 398 of file QuadraticProgramStats.java.

◆ hasConstraintMatrixAbsAvg()

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

optional double constraint_matrix_abs_avg = 8;

Returns
Whether the constraintMatrixAbsAvg field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 229 of file QuadraticProgramStats.java.

◆ hasConstraintMatrixAbsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 182 of file QuadraticProgramStats.java.

◆ hasConstraintMatrixAbsMin()

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

optional double constraint_matrix_abs_min = 7;

Returns
Whether the constraintMatrixAbsMin field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 210 of file QuadraticProgramStats.java.

◆ hasConstraintMatrixColMinLInfNorm()

boolean com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 102 of file QuadraticProgramStats.java.

◆ hasConstraintMatrixL2Norm()

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

optional double constraint_matrix_l2_norm = 25;

Returns
Whether the constraintMatrixL2Norm field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 248 of file QuadraticProgramStats.java.

◆ hasConstraintMatrixNumNonzeros()

boolean com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 150 of file QuadraticProgramStats.java.

◆ hasConstraintMatrixRowMinLInfNorm()

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

optional double constraint_matrix_row_min_l_inf_norm = 4;

Returns
Whether the constraintMatrixRowMinLInfNorm field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 127 of file QuadraticProgramStats.java.

◆ hashCode()

int com.google.ortools.pdlp.QuadraticProgramStats.hashCode ( )

Definition at line 1199 of file QuadraticProgramStats.java.

◆ hasNumConstraints()

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

optional int64 num_constraints = 2;

Returns
Whether the numConstraints field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 77 of file QuadraticProgramStats.java.

◆ hasNumVariables()

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

optional int64 num_variables = 1;

Returns
Whether the numVariables field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 58 of file QuadraticProgramStats.java.

◆ hasObjectiveMatrixAbsAvg()

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

optional double objective_matrix_abs_avg = 22;

Returns
Whether the objectiveMatrixAbsAvg field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 727 of file QuadraticProgramStats.java.

◆ hasObjectiveMatrixAbsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 683 of file QuadraticProgramStats.java.

◆ hasObjectiveMatrixAbsMin()

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

optional double objective_matrix_abs_min = 21;

Returns
Whether the objectiveMatrixAbsMin field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 708 of file QuadraticProgramStats.java.

◆ hasObjectiveMatrixL2Norm()

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

optional double objective_matrix_l2_norm = 27;

Returns
Whether the objectiveMatrixL2Norm field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 746 of file QuadraticProgramStats.java.

◆ hasObjectiveMatrixNumNonzeros()

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

optional int64 objective_matrix_num_nonzeros = 19;

Returns
Whether the objectiveMatrixNumNonzeros field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 658 of file QuadraticProgramStats.java.

◆ hasObjectiveVectorAbsAvg()

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

optional double objective_vector_abs_avg = 18;

Returns
Whether the objectiveVectorAbsAvg field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 620 of file QuadraticProgramStats.java.

◆ hasObjectiveVectorAbsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 578 of file QuadraticProgramStats.java.

◆ hasObjectiveVectorAbsMin()

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

optional double objective_vector_abs_min = 17;

Returns
Whether the objectiveVectorAbsMin field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 601 of file QuadraticProgramStats.java.

◆ hasObjectiveVectorL2Norm()

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

optional double objective_vector_l2_norm = 23;

Returns
Whether the objectiveVectorL2Norm field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 639 of file QuadraticProgramStats.java.

◆ hasVariableBoundGapsAvg()

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

optional double variable_bound_gaps_avg = 15;

Returns
Whether the variableBoundGapsAvg field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 536 of file QuadraticProgramStats.java.

◆ hasVariableBoundGapsL2Norm()

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

optional double variable_bound_gaps_l2_norm = 26;

Returns
Whether the variableBoundGapsL2Norm field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 555 of file QuadraticProgramStats.java.

◆ hasVariableBoundGapsMax()

boolean com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 491 of file QuadraticProgramStats.java.

◆ hasVariableBoundGapsMin()

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

optional double variable_bound_gaps_min = 14;

Returns
Whether the variableBoundGapsMin field is set.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 517 of file QuadraticProgramStats.java.

◆ hasVariableBoundGapsNumFinite()

boolean com.google.ortools.pdlp.QuadraticProgramStats.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.

Implements com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.

Definition at line 460 of file QuadraticProgramStats.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessage.FieldAccessorTable com.google.ortools.pdlp.QuadraticProgramStats.internalGetFieldAccessorTable ( )
protected

Definition at line 44 of file QuadraticProgramStats.java.

◆ isInitialized()

final boolean com.google.ortools.pdlp.QuadraticProgramStats.isInitialized ( )

Definition at line 760 of file QuadraticProgramStats.java.

◆ newBuilder() [1/2]

Builder com.google.ortools.pdlp.QuadraticProgramStats.newBuilder ( )
static

Definition at line 1439 of file QuadraticProgramStats.java.

◆ newBuilder() [2/2]

Builder com.google.ortools.pdlp.QuadraticProgramStats.newBuilder ( com.google.ortools.pdlp.QuadraticProgramStats prototype)
static

Definition at line 1442 of file QuadraticProgramStats.java.

◆ newBuilderForType() [1/2]

Builder com.google.ortools.pdlp.QuadraticProgramStats.newBuilderForType ( )

Definition at line 1438 of file QuadraticProgramStats.java.

◆ newBuilderForType() [2/2]

Builder com.google.ortools.pdlp.QuadraticProgramStats.newBuilderForType ( com.google.protobuf.GeneratedMessage.BuilderParent parent)
protected

Definition at line 1452 of file QuadraticProgramStats.java.

◆ parseDelimitedFrom() [1/2]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseDelimitedFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 1410 of file QuadraticProgramStats.java.

◆ parseDelimitedFrom() [2/2]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseDelimitedFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 1416 of file QuadraticProgramStats.java.

◆ parseFrom() [1/10]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseFrom ( byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 1387 of file QuadraticProgramStats.java.

◆ parseFrom() [2/10]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseFrom ( byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 1391 of file QuadraticProgramStats.java.

◆ parseFrom() [3/10]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseFrom ( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 1376 of file QuadraticProgramStats.java.

◆ parseFrom() [4/10]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseFrom ( com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 1381 of file QuadraticProgramStats.java.

◆ parseFrom() [5/10]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseFrom ( com.google.protobuf.CodedInputStream input) throws java.io.IOException
static

Definition at line 1423 of file QuadraticProgramStats.java.

◆ parseFrom() [6/10]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseFrom ( com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 1429 of file QuadraticProgramStats.java.

◆ parseFrom() [7/10]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 1397 of file QuadraticProgramStats.java.

◆ parseFrom() [8/10]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 1402 of file QuadraticProgramStats.java.

◆ parseFrom() [9/10]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseFrom ( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 1365 of file QuadraticProgramStats.java.

◆ parseFrom() [10/10]

com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.QuadraticProgramStats.parseFrom ( java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 1370 of file QuadraticProgramStats.java.

◆ parser()

com.google.protobuf.Parser< QuadraticProgramStats > com.google.ortools.pdlp.QuadraticProgramStats.parser ( )
static

Definition at line 3501 of file QuadraticProgramStats.java.

◆ toBuilder()

Builder com.google.ortools.pdlp.QuadraticProgramStats.toBuilder ( )

Definition at line 1446 of file QuadraticProgramStats.java.

◆ writeTo()

void com.google.ortools.pdlp.QuadraticProgramStats.writeTo ( com.google.protobuf.CodedOutputStream output) throws java.io.IOException

Definition at line 770 of file QuadraticProgramStats.java.

Member Data Documentation

◆ COMBINED_BOUNDS_AVG_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.COMBINED_BOUNDS_AVG_FIELD_NUMBER = 11
static

Definition at line 318 of file QuadraticProgramStats.java.

◆ COMBINED_BOUNDS_L2_NORM_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.COMBINED_BOUNDS_L2_NORM_FIELD_NUMBER = 24
static

Definition at line 337 of file QuadraticProgramStats.java.

◆ COMBINED_BOUNDS_MAX_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.COMBINED_BOUNDS_MAX_FIELD_NUMBER = 9
static

Definition at line 260 of file QuadraticProgramStats.java.

◆ COMBINED_BOUNDS_MIN_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.COMBINED_BOUNDS_MIN_FIELD_NUMBER = 10
static

Definition at line 299 of file QuadraticProgramStats.java.

◆ COMBINED_VARIABLE_BOUNDS_AVG_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.COMBINED_VARIABLE_BOUNDS_AVG_FIELD_NUMBER = 30
static

Definition at line 410 of file QuadraticProgramStats.java.

◆ COMBINED_VARIABLE_BOUNDS_L2_NORM_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.COMBINED_VARIABLE_BOUNDS_L2_NORM_FIELD_NUMBER = 31
static

Definition at line 429 of file QuadraticProgramStats.java.

◆ COMBINED_VARIABLE_BOUNDS_MAX_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.COMBINED_VARIABLE_BOUNDS_MAX_FIELD_NUMBER = 28
static

Definition at line 356 of file QuadraticProgramStats.java.

◆ COMBINED_VARIABLE_BOUNDS_MIN_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.COMBINED_VARIABLE_BOUNDS_MIN_FIELD_NUMBER = 29
static

Definition at line 391 of file QuadraticProgramStats.java.

◆ CONSTRAINT_MATRIX_ABS_AVG_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.CONSTRAINT_MATRIX_ABS_AVG_FIELD_NUMBER = 8
static

Definition at line 222 of file QuadraticProgramStats.java.

◆ CONSTRAINT_MATRIX_ABS_MAX_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.CONSTRAINT_MATRIX_ABS_MAX_FIELD_NUMBER = 6
static

Definition at line 166 of file QuadraticProgramStats.java.

◆ CONSTRAINT_MATRIX_ABS_MIN_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.CONSTRAINT_MATRIX_ABS_MIN_FIELD_NUMBER = 7
static

Definition at line 203 of file QuadraticProgramStats.java.

◆ CONSTRAINT_MATRIX_COL_MIN_L_INF_NORM_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.CONSTRAINT_MATRIX_COL_MIN_L_INF_NORM_FIELD_NUMBER = 3
static

Definition at line 89 of file QuadraticProgramStats.java.

◆ CONSTRAINT_MATRIX_L2_NORM_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.CONSTRAINT_MATRIX_L2_NORM_FIELD_NUMBER = 25
static

Definition at line 241 of file QuadraticProgramStats.java.

◆ CONSTRAINT_MATRIX_NUM_NONZEROS_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.CONSTRAINT_MATRIX_NUM_NONZEROS_FIELD_NUMBER = 5
static

Definition at line 139 of file QuadraticProgramStats.java.

◆ CONSTRAINT_MATRIX_ROW_MIN_L_INF_NORM_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.CONSTRAINT_MATRIX_ROW_MIN_L_INF_NORM_FIELD_NUMBER = 4
static

Definition at line 120 of file QuadraticProgramStats.java.

◆ NUM_CONSTRAINTS_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.NUM_CONSTRAINTS_FIELD_NUMBER = 2
static

Definition at line 70 of file QuadraticProgramStats.java.

◆ NUM_VARIABLES_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.NUM_VARIABLES_FIELD_NUMBER = 1
static

Definition at line 51 of file QuadraticProgramStats.java.

◆ OBJECTIVE_MATRIX_ABS_AVG_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.OBJECTIVE_MATRIX_ABS_AVG_FIELD_NUMBER = 22
static

Definition at line 720 of file QuadraticProgramStats.java.

◆ OBJECTIVE_MATRIX_ABS_MAX_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.OBJECTIVE_MATRIX_ABS_MAX_FIELD_NUMBER = 20
static

Definition at line 670 of file QuadraticProgramStats.java.

◆ OBJECTIVE_MATRIX_ABS_MIN_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.OBJECTIVE_MATRIX_ABS_MIN_FIELD_NUMBER = 21
static

Definition at line 701 of file QuadraticProgramStats.java.

◆ OBJECTIVE_MATRIX_L2_NORM_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.OBJECTIVE_MATRIX_L2_NORM_FIELD_NUMBER = 27
static

Definition at line 739 of file QuadraticProgramStats.java.

◆ OBJECTIVE_MATRIX_NUM_NONZEROS_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.OBJECTIVE_MATRIX_NUM_NONZEROS_FIELD_NUMBER = 19
static

Definition at line 651 of file QuadraticProgramStats.java.

◆ OBJECTIVE_VECTOR_ABS_AVG_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.OBJECTIVE_VECTOR_ABS_AVG_FIELD_NUMBER = 18
static

Definition at line 613 of file QuadraticProgramStats.java.

◆ OBJECTIVE_VECTOR_ABS_MAX_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.OBJECTIVE_VECTOR_ABS_MAX_FIELD_NUMBER = 16
static

Definition at line 567 of file QuadraticProgramStats.java.

◆ OBJECTIVE_VECTOR_ABS_MIN_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.OBJECTIVE_VECTOR_ABS_MIN_FIELD_NUMBER = 17
static

Definition at line 594 of file QuadraticProgramStats.java.

◆ OBJECTIVE_VECTOR_L2_NORM_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.OBJECTIVE_VECTOR_L2_NORM_FIELD_NUMBER = 23
static

Definition at line 632 of file QuadraticProgramStats.java.

◆ VARIABLE_BOUND_GAPS_AVG_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.VARIABLE_BOUND_GAPS_AVG_FIELD_NUMBER = 15
static

Definition at line 529 of file QuadraticProgramStats.java.

◆ VARIABLE_BOUND_GAPS_L2_NORM_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.VARIABLE_BOUND_GAPS_L2_NORM_FIELD_NUMBER = 26
static

Definition at line 548 of file QuadraticProgramStats.java.

◆ VARIABLE_BOUND_GAPS_MAX_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.VARIABLE_BOUND_GAPS_MAX_FIELD_NUMBER = 13
static

Definition at line 477 of file QuadraticProgramStats.java.

◆ VARIABLE_BOUND_GAPS_MIN_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.VARIABLE_BOUND_GAPS_MIN_FIELD_NUMBER = 14
static

Definition at line 510 of file QuadraticProgramStats.java.

◆ VARIABLE_BOUND_GAPS_NUM_FINITE_FIELD_NUMBER

final int com.google.ortools.pdlp.QuadraticProgramStats.VARIABLE_BOUND_GAPS_NUM_FINITE_FIELD_NUMBER = 12
static

Definition at line 448 of file QuadraticProgramStats.java.


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