#include <alpaqa/export.h>
#include <iosfwd>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | alpaqa |
Enumerations | |
enum class | SolverStatus { Busy = 0 , Converged , MaxTime , MaxIter , NotFinite , NoProgress , Interrupted , Exception } |
Exit status of a numerical solver such as ALM or PANOC. More... | |