hpipm icon indicating copy to clipboard operation
hpipm copied to clipboard

High-performance interior-point-method QP and QCQP solvers

Results 39 hpipm issues
Sort by recently updated
recently updated
newest added

```blasfeo``` is a separate port built with ```BUILD_SHARED_LIBS=ON```. When ```hpipm``` is also built with ```BUILD_SHARED_LIBS=ON``` it fails: ``` ===> Building for hpipm-0.1.0.80 ninja: error: '/usr/local/lib/libblasfeo.a', needed by 'libhpipm.so', missing and...

Hi @giaf , I wanted to know if I could use this solver within a MATLAB/Simulink environment. Is it possible? If it is possible, how should I proceed with it?...

Hi, First thank you for publishing this solver! When I'm trying to install hpipm including the python interface I experienced the following issue when running `getting_started.py`: ``` OSError: dlopen(libhpipm.so, 6):...

This PR does away with some compiler warnings (because of invisible declarations). Also, remove one CMake flag which was bothering, because of extra output generated.

Adding basic printing. Setting arg->printlevel = 1 the progress towards the solution can be monitored.

Numerous hpipm functions take the arguments that define a size of an OCP QP, for example: ```c int d_memsize_ocp_qp(int N, int *nx, int *nu, int *nb, int *ng, int *ns);...

After taking 584 iterations `solve_ocp_qp_ipm()` returns a solution containing NaNs. **The return code is nevertheless 0, which indicates success**. The failed QP im MATLAB format: [failed_qp.txt](https://github.com/giaf/hpipm/files/1387729/failed_qp.txt). Take into account that...