Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::pdlp::QuadraticProgramBoundNorms Struct Reference

#include <termination.h>

Public Attributes

double l2_norm_primal_linear_objective
 
double l2_norm_constraint_bounds
 
double l_inf_norm_primal_linear_objective
 
double l_inf_norm_constraint_bounds
 

Detailed Description

Information about the quadratic program's primal and dual bounds that are needed to evaluate relative convergence criteria.

Definition at line 32 of file termination.h.

Member Data Documentation

◆ l2_norm_constraint_bounds

double operations_research::pdlp::QuadraticProgramBoundNorms::l2_norm_constraint_bounds

Definition at line 34 of file termination.h.

◆ l2_norm_primal_linear_objective

double operations_research::pdlp::QuadraticProgramBoundNorms::l2_norm_primal_linear_objective

Definition at line 33 of file termination.h.

◆ l_inf_norm_constraint_bounds

double operations_research::pdlp::QuadraticProgramBoundNorms::l_inf_norm_constraint_bounds

Definition at line 36 of file termination.h.

◆ l_inf_norm_primal_linear_objective

double operations_research::pdlp::QuadraticProgramBoundNorms::l_inf_norm_primal_linear_objective

Definition at line 35 of file termination.h.


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