1. Home
  2. Browse
  3. qpoases

qpoases

v3.2.2#0Latest

Open-source C++ implementation of the online active set strategy for quadratic programming

Install

Run the following Vcpkg command to install the port.

vcpkg install qpoases

Usage

The package quarter provides CMake targets:

find_package(qpOASES CONFIG REQUIRED)
target_link_libraries(your_target PRIVATE qpOASES::qpOASES)
For backward compatibility, the following variables are also provided:
target_include_directories(your_target PRIVATE ${qpOASES_INCLUDE_DIR})
target_link_libraries(your_target PRIVATE ${qpOASES_LIBRARY})

Dependencies

See source

Version

v3.2.2#0

Publication

Supports

All

GitHub

coin-or/qpOASES

Homepage

github.com/coin-or/qpOASES

Subtree

305a76fcae

License

LGPL-2.1-only

Definition

Manifest