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

#include <primal_dual_hybrid_gradient.h>

Public Attributes

IterationType iteration_type
 
TerminationCriteria termination_criteria
 
IterationStats iteration_stats
 
QuadraticProgramBoundNorms bound_norms
 

Detailed Description

Definition at line 90 of file primal_dual_hybrid_gradient.h.

Member Data Documentation

◆ bound_norms

QuadraticProgramBoundNorms operations_research::pdlp::IterationCallbackInfo::bound_norms

Definition at line 97 of file primal_dual_hybrid_gradient.h.

◆ iteration_stats

IterationStats operations_research::pdlp::IterationCallbackInfo::iteration_stats
Note
if feasibility polishing is enabled, iteration_stats will only describe the iteration within the current phase (main, primal feasibility polishing, or dual feasibility polishing), and not the total work.

Definition at line 96 of file primal_dual_hybrid_gradient.h.

◆ iteration_type

IterationType operations_research::pdlp::IterationCallbackInfo::iteration_type

Definition at line 91 of file primal_dual_hybrid_gradient.h.

◆ termination_criteria

TerminationCriteria operations_research::pdlp::IterationCallbackInfo::termination_criteria

Definition at line 92 of file primal_dual_hybrid_gradient.h.


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