Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Definition at line 7 of file QuadraticProgramStatsOrBuilder.java.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsAvg | ( | ) |
optional double combined_bounds_avg = 11;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsL2Norm | ( | ) |
optional double combined_bounds_l2_norm = 24;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsMax | ( | ) |
Statistics of the combined vector of the constraint lower and upper bounds. Given parallel lower and upper bounds vectors, the "combined bounds" vector takes the maximum absolute value of each pair of bounds, ignoring all non- finite values. The comment in solvers.proto:TerminationCriteria provides an example of the combined bounds vector. The min is over the nonzero combined bounds. If there are no constraints, the values returned are 0 for the maximum, minimum, and l2 norm and NaN for the average.
optional double combined_bounds_max = 9;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedBoundsMin | ( | ) |
optional double combined_bounds_min = 10;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsAvg | ( | ) |
optional double combined_variable_bounds_avg = 30;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsL2Norm | ( | ) |
optional double combined_variable_bounds_l2_norm = 31;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsMax | ( | ) |
Statistics of the combined vector of the variable lower and upper bounds. See the comment before `combined_bounds_max` for a description of the "combined bounds" vector. The min is over the nonzero combined bounds. If there are no variables, the values returned are 0 for the maximum, minimum, and l2 norm and NaN for the average.
optional double combined_variable_bounds_max = 28;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getCombinedVariableBoundsMin | ( | ) |
optional double combined_variable_bounds_min = 29;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixAbsAvg | ( | ) |
optional double constraint_matrix_abs_avg = 8;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixAbsMax | ( | ) |
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint matrix. Explicit zeros are included in the mean, but excluded from the min. Note that the maximum absolute value is also equal to the maximal row and column infinity norms of the constraint matrix. If the constraint matrix is empty, the values returned are 0.0 for the maximum, minimum, and l2_norm, and NaN for the average.
optional double constraint_matrix_abs_max = 6;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixAbsMin | ( | ) |
optional double constraint_matrix_abs_min = 7;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixColMinLInfNorm | ( | ) |
Minimum row and column infinity norms of the constraint matrix. All-zero rows and columns are excluded. If the constraint matrix contains no nonzero entries, the values returned are 0.0.
optional double constraint_matrix_col_min_l_inf_norm = 3;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixL2Norm | ( | ) |
optional double constraint_matrix_l2_norm = 25;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
long com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixNumNonzeros | ( | ) |
The number of (finite) nonzero entries in the constraint matrix.
optional int64 constraint_matrix_num_nonzeros = 5;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getConstraintMatrixRowMinLInfNorm | ( | ) |
optional double constraint_matrix_row_min_l_inf_norm = 4;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
long com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getNumConstraints | ( | ) |
optional int64 num_constraints = 2;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
long com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getNumVariables | ( | ) |
optional int64 num_variables = 1;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixAbsAvg | ( | ) |
optional double objective_matrix_abs_avg = 22;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixAbsMax | ( | ) |
Max/min/mean/l2_norm of absolute values of elements of the objective matrix. The min is over nonzero terms. If the objective matrix is empty, the returned values are 0.0, 0.0, NaN, and 0.0 respectively.
optional double objective_matrix_abs_max = 20;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixAbsMin | ( | ) |
optional double objective_matrix_abs_min = 21;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixL2Norm | ( | ) |
optional double objective_matrix_l2_norm = 27;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
long com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveMatrixNumNonzeros | ( | ) |
optional int64 objective_matrix_num_nonzeros = 19;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorAbsAvg | ( | ) |
optional double objective_vector_abs_avg = 18;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorAbsMax | ( | ) |
Statistics of the objective vector. The min is over the nonzero terms.
optional double objective_vector_abs_max = 16;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorAbsMin | ( | ) |
optional double objective_vector_abs_min = 17;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getObjectiveVectorL2Norm | ( | ) |
optional double objective_vector_l2_norm = 23;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsAvg | ( | ) |
optional double variable_bound_gaps_avg = 15;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsL2Norm | ( | ) |
optional double variable_bound_gaps_l2_norm = 26;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsMax | ( | ) |
Max/min/mean/l2_norm over all finite variable bound gaps. The min excludes zero bound gaps (i.e., fixed variables). When there are no finite gaps, the values returned are 0 for the maximum, minimum, and l2_norm, and NaN for the average.
optional double variable_bound_gaps_max = 13;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
double com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsMin | ( | ) |
optional double variable_bound_gaps_min = 14;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
long com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.getVariableBoundGapsNumFinite | ( | ) |
Number of finite variable bound gaps, which are the elementwise difference between the upper and lower bounds on primal feasible solutions.
optional int64 variable_bound_gaps_num_finite = 12;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsAvg | ( | ) |
optional double combined_bounds_avg = 11;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsL2Norm | ( | ) |
optional double combined_bounds_l2_norm = 24;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsMax | ( | ) |
Statistics of the combined vector of the constraint lower and upper bounds. Given parallel lower and upper bounds vectors, the "combined bounds" vector takes the maximum absolute value of each pair of bounds, ignoring all non- finite values. The comment in solvers.proto:TerminationCriteria provides an example of the combined bounds vector. The min is over the nonzero combined bounds. If there are no constraints, the values returned are 0 for the maximum, minimum, and l2 norm and NaN for the average.
optional double combined_bounds_max = 9;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedBoundsMin | ( | ) |
optional double combined_bounds_min = 10;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsAvg | ( | ) |
optional double combined_variable_bounds_avg = 30;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsL2Norm | ( | ) |
optional double combined_variable_bounds_l2_norm = 31;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsMax | ( | ) |
Statistics of the combined vector of the variable lower and upper bounds. See the comment before `combined_bounds_max` for a description of the "combined bounds" vector. The min is over the nonzero combined bounds. If there are no variables, the values returned are 0 for the maximum, minimum, and l2 norm and NaN for the average.
optional double combined_variable_bounds_max = 28;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasCombinedVariableBoundsMin | ( | ) |
optional double combined_variable_bounds_min = 29;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixAbsAvg | ( | ) |
optional double constraint_matrix_abs_avg = 8;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixAbsMax | ( | ) |
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint matrix. Explicit zeros are included in the mean, but excluded from the min. Note that the maximum absolute value is also equal to the maximal row and column infinity norms of the constraint matrix. If the constraint matrix is empty, the values returned are 0.0 for the maximum, minimum, and l2_norm, and NaN for the average.
optional double constraint_matrix_abs_max = 6;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixAbsMin | ( | ) |
optional double constraint_matrix_abs_min = 7;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixColMinLInfNorm | ( | ) |
Minimum row and column infinity norms of the constraint matrix. All-zero rows and columns are excluded. If the constraint matrix contains no nonzero entries, the values returned are 0.0.
optional double constraint_matrix_col_min_l_inf_norm = 3;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixL2Norm | ( | ) |
optional double constraint_matrix_l2_norm = 25;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixNumNonzeros | ( | ) |
The number of (finite) nonzero entries in the constraint matrix.
optional int64 constraint_matrix_num_nonzeros = 5;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasConstraintMatrixRowMinLInfNorm | ( | ) |
optional double constraint_matrix_row_min_l_inf_norm = 4;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasNumConstraints | ( | ) |
optional int64 num_constraints = 2;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasNumVariables | ( | ) |
optional int64 num_variables = 1;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixAbsAvg | ( | ) |
optional double objective_matrix_abs_avg = 22;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixAbsMax | ( | ) |
Max/min/mean/l2_norm of absolute values of elements of the objective matrix. The min is over nonzero terms. If the objective matrix is empty, the returned values are 0.0, 0.0, NaN, and 0.0 respectively.
optional double objective_matrix_abs_max = 20;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixAbsMin | ( | ) |
optional double objective_matrix_abs_min = 21;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixL2Norm | ( | ) |
optional double objective_matrix_l2_norm = 27;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveMatrixNumNonzeros | ( | ) |
optional int64 objective_matrix_num_nonzeros = 19;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorAbsAvg | ( | ) |
optional double objective_vector_abs_avg = 18;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorAbsMax | ( | ) |
Statistics of the objective vector. The min is over the nonzero terms.
optional double objective_vector_abs_max = 16;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorAbsMin | ( | ) |
optional double objective_vector_abs_min = 17;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasObjectiveVectorL2Norm | ( | ) |
optional double objective_vector_l2_norm = 23;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsAvg | ( | ) |
optional double variable_bound_gaps_avg = 15;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsL2Norm | ( | ) |
optional double variable_bound_gaps_l2_norm = 26;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsMax | ( | ) |
Max/min/mean/l2_norm over all finite variable bound gaps. The min excludes zero bound gaps (i.e., fixed variables). When there are no finite gaps, the values returned are 0 for the maximum, minimum, and l2_norm, and NaN for the average.
optional double variable_bound_gaps_max = 13;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsMin | ( | ) |
optional double variable_bound_gaps_min = 14;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.
boolean com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder.hasVariableBoundGapsNumFinite | ( | ) |
Number of finite variable bound gaps, which are the elementwise difference between the upper and lower bounds on primal feasible solutions.
optional int64 variable_bound_gaps_num_finite = 12;
Implemented in com.google.ortools.pdlp.QuadraticProgramStats.Builder, and com.google.ortools.pdlp.QuadraticProgramStats.