The Operator Splitting QP Solver
Run the following Vcpkg command to install the port.
vcpkg install osqp
osqp provides CMake targets:
find_package(osqp CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:osqp::osqp>,osqp::osqp,osqp::osqpstatic>)
v1.0.0#1
Jan 28, 2026
All
osqp/osqp
osqp.org
a68acf848a
Apache-2.0
Manifest