Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.pdlp.QuadraticProgramStats Class Reference
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)
 

Detailed Description

Easy-to-compute statistics for the quadratic program.

Protobuf type operations_research.pdlp.QuadraticProgramStats

Definition at line 15 of file QuadraticProgramStats.java.

Member Function Documentation

◆ equals()

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

Definition at line 1003 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 332 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 351 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 294 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 313 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 424 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 443 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 386 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 405 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 236 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 198 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 217 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 115 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 255 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 161 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 134 of file QuadraticProgramStats.java.

◆ getDefaultInstance()

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

Definition at line 3474 of file QuadraticProgramStats.java.

◆ getDefaultInstanceForType()

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

Definition at line 3510 of file QuadraticProgramStats.java.

◆ getDescriptor()

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

Definition at line 37 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 84 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 65 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 734 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 696 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 715 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 753 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 665 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 627 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 589 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 608 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 646 of file QuadraticProgramStats.java.

◆ getParserForType()

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

Definition at line 3505 of file QuadraticProgramStats.java.

◆ getSerializedSize()

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

Definition at line 868 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 543 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 562 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 505 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 524 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 472 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 324 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 343 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 276 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 305 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 416 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 435 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 370 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 397 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 228 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 181 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 209 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 101 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 247 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 149 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 126 of file QuadraticProgramStats.java.

◆ hashCode()

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

Definition at line 1198 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 76 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 57 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 726 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 682 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 707 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 745 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 657 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 619 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 577 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 600 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 638 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 535 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 554 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 490 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 516 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 459 of file QuadraticProgramStats.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 43 of file QuadraticProgramStats.java.

◆ isInitialized()

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

Definition at line 759 of file QuadraticProgramStats.java.

◆ newBuilder() [1/2]

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

Definition at line 1438 of file QuadraticProgramStats.java.

◆ newBuilder() [2/2]

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

Definition at line 1441 of file QuadraticProgramStats.java.

◆ newBuilderForType() [1/2]

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

Definition at line 1437 of file QuadraticProgramStats.java.

◆ newBuilderForType() [2/2]

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

Definition at line 1451 of file QuadraticProgramStats.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 1409 of file QuadraticProgramStats.java.

◆ parseDelimitedFrom() [2/2]

static 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 1415 of file QuadraticProgramStats.java.

◆ parseFrom() [1/10]

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

Definition at line 1386 of file QuadraticProgramStats.java.

◆ parseFrom() [2/10]

static 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 1390 of file QuadraticProgramStats.java.

◆ parseFrom() [3/10]

static 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 1375 of file QuadraticProgramStats.java.

◆ parseFrom() [4/10]

static 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 1380 of file QuadraticProgramStats.java.

◆ parseFrom() [5/10]

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

Definition at line 1422 of file QuadraticProgramStats.java.

◆ parseFrom() [6/10]

static 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 1428 of file QuadraticProgramStats.java.

◆ parseFrom() [7/10]

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

Definition at line 1396 of file QuadraticProgramStats.java.

◆ parseFrom() [8/10]

static 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 1401 of file QuadraticProgramStats.java.

◆ parseFrom() [9/10]

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

Definition at line 1364 of file QuadraticProgramStats.java.

◆ parseFrom() [10/10]

static 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 1369 of file QuadraticProgramStats.java.

◆ parser()

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

Definition at line 3500 of file QuadraticProgramStats.java.

◆ toBuilder()

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

Definition at line 1445 of file QuadraticProgramStats.java.

◆ writeTo()

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

Definition at line 769 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 317 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 336 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 259 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 298 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 409 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 428 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 355 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 390 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 221 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 165 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 202 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 88 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 240 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 138 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 119 of file QuadraticProgramStats.java.

◆ NUM_CONSTRAINTS_FIELD_NUMBER

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

Definition at line 69 of file QuadraticProgramStats.java.

◆ NUM_VARIABLES_FIELD_NUMBER

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

Definition at line 50 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 719 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 669 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 700 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 738 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 650 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 612 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 566 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 593 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 631 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 528 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 547 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 476 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 509 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 447 of file QuadraticProgramStats.java.


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