qpoasesv3.2.2
- Updated
Open-source C++ implementation of the online active set strategy for quadratic programming
- Project website: https://github.com/coin-or/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})#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
shixiong2333