Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <primal_dual_hybrid_gradient.h>
Public Attributes | |
IterationType | iteration_type |
TerminationCriteria | termination_criteria |
IterationStats | iteration_stats |
QuadraticProgramBoundNorms | bound_norms |
Definition at line 90 of file primal_dual_hybrid_gradient.h.
QuadraticProgramBoundNorms operations_research::pdlp::IterationCallbackInfo::bound_norms |
Definition at line 97 of file primal_dual_hybrid_gradient.h.
IterationStats operations_research::pdlp::IterationCallbackInfo::iteration_stats |
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.
IterationType operations_research::pdlp::IterationCallbackInfo::iteration_type |
Definition at line 91 of file primal_dual_hybrid_gradient.h.
TerminationCriteria operations_research::pdlp::IterationCallbackInfo::termination_criteria |
Definition at line 92 of file primal_dual_hybrid_gradient.h.