proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
status.hpp File Reference
Include dependency graph for status.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  proxsuite
 
namespace  proxsuite::proxqp
 

Enumerations

enum struct  proxsuite::proxqp::QPSolverOutput {
  proxsuite::proxqp::PROXQP_SOLVED , proxsuite::proxqp::PROXQP_MAX_ITER_REACHED , proxsuite::proxqp::PROXQP_PRIMAL_INFEASIBLE , proxsuite::proxqp::PROXQP_SOLVED_CLOSEST_PRIMAL_FEASIBLE ,
  proxsuite::proxqp::PROXQP_DUAL_INFEASIBLE , proxsuite::proxqp::PROXQP_NOT_RUN
}
 
enum struct  proxsuite::proxqp::InitialGuessStatus {
  proxsuite::proxqp::NO_INITIAL_GUESS , proxsuite::proxqp::EQUALITY_CONSTRAINED_INITIAL_GUESS , proxsuite::proxqp::WARM_START_WITH_PREVIOUS_RESULT , proxsuite::proxqp::WARM_START ,
  proxsuite::proxqp::COLD_START_WITH_PREVIOUS_RESULT
}
 
enum struct  proxsuite::proxqp::PreconditionerStatus { proxsuite::proxqp::EXECUTE , proxsuite::proxqp::KEEP , proxsuite::proxqp::IDENTITY }