Google OR-Tools v9.11
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 ()
 
- Public Member Functions inherited from com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder

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

Member Function Documentation

◆ equals()

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

Definition at line 1002 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 331 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 350 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 293 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 312 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 423 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 442 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 385 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 404 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 235 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 197 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 216 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 114 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 254 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 160 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 133 of file QuadraticProgramStats.java.

◆ getDefaultInstance()

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

Definition at line 3473 of file QuadraticProgramStats.java.

◆ getDefaultInstanceForType()

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

Definition at line 3509 of file QuadraticProgramStats.java.

◆ getDescriptor()

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

Definition at line 36 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 83 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 64 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 733 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 695 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 714 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 752 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 664 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 626 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 588 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 607 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 645 of file QuadraticProgramStats.java.

◆ getParserForType()

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

Definition at line 3504 of file QuadraticProgramStats.java.

◆ getSerializedSize()

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

Definition at line 867 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 542 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 561 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 504 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 523 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 471 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 323 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 342 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 275 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 304 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 415 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 434 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 369 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 396 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 227 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 180 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 208 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 100 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 246 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 148 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 125 of file QuadraticProgramStats.java.

◆ hashCode()

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

Definition at line 1197 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 75 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 56 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 725 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 681 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 706 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 744 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 656 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 618 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 576 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 599 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 637 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 534 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 553 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 489 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 515 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 458 of file QuadraticProgramStats.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 42 of file QuadraticProgramStats.java.

◆ isInitialized()

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

Definition at line 758 of file QuadraticProgramStats.java.

◆ newBuilder() [1/2]

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

Definition at line 1437 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 1440 of file QuadraticProgramStats.java.

◆ newBuilderForType() [1/2]

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

Definition at line 1436 of file QuadraticProgramStats.java.

◆ newBuilderForType() [2/2]

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

Definition at line 1450 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 1408 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 1414 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 1385 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 1389 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 1374 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 1379 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 1421 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 1427 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 1395 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 1400 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 1363 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 1368 of file QuadraticProgramStats.java.

◆ parser()

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

Definition at line 3499 of file QuadraticProgramStats.java.

◆ toBuilder()

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

Definition at line 1444 of file QuadraticProgramStats.java.

◆ writeTo()

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

Definition at line 768 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 316 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 335 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 258 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 297 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 408 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 427 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 354 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 389 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 220 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 164 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 201 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 87 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 239 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 137 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 118 of file QuadraticProgramStats.java.

◆ NUM_CONSTRAINTS_FIELD_NUMBER

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

Definition at line 68 of file QuadraticProgramStats.java.

◆ NUM_VARIABLES_FIELD_NUMBER

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

Definition at line 49 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 718 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 668 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 699 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 737 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 649 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 611 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 565 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 592 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 630 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 527 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 546 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 475 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 508 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 446 of file QuadraticProgramStats.java.


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