OSQPSolution

Solution structure

nothrow @nogc extern (C)
struct OSQPSolution {}

Members

Variables

x
c_float* x;

< primal solution

y
c_float* y;

< Lagrange multiplier associated to \f$l <= Ax <= u\f$

Meta