#include <qpalm/types.h>
Data structure.
- Examples
- examples/c/qpalm_demo.c.
Definition at line 102 of file types.h.
|
size_t | n |
| number of variables n
|
|
size_t | m |
| number of constraints m
|
|
solver_sparse * | Q |
| sparse quadratic part of the cost Q (size n x n)
|
|
solver_sparse * | A |
| sparse linear constraints matrix A (size m x n)
|
|
c_float * | q |
| dense array for linear part of cost function (size n)
|
|
c_float | c |
| constant part of cost
|
|
c_float * | bmin |
| dense array for lower bounds (size m)
|
|
c_float * | bmax |
| dense array for upper bounds (size m)
|
|
◆ bmin
◆ bmax
The documentation for this struct was generated from the following file: