proxsuite-nlp  0.11.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
 
Loading...
Searching...
No Matches
results.hpp File Reference
Include dependency graph for results.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  proxsuite::nlp::ResultsTpl< _Scalar >
 Results struct, holding the returned data from the solver. More...
 
struct  fmt::formatter<::proxsuite::nlp::ResultsTpl< Scalar > >
 

Namespaces

namespace  proxsuite
 Main package namespace.
 

Enumerations

enum  ConvergenceFlag { UNINIT = -1 , SUCCESS = 0 , MAX_ITERS_REACHED = 1 }
 

Functions

auto proxsuite::nlp::format_as (ConvergenceFlag fl)
 

Detailed Description

Definition in file results.hpp.

Enumeration Type Documentation

◆ ConvergenceFlag

enum proxsuite::nlp::ConvergenceFlag

Definition at line 11 of file results.hpp.

Function Documentation

◆ format_as()

auto proxsuite::nlp::format_as ( ConvergenceFlag fl)
inline

Definition at line 12 of file results.hpp.