how to get OSQP_VERSION by programming? #628
Answered
by
goulart-paul
james1kobby
asked this question in
C Interface
-
I found # define OSQP_VERSION ("0.6.2") in constant.h, and I wanted to ask if there is any interface in OSQP that can be used to get this version number, how to program it, and if you can give an example |
Beta Was this translation helpful? Give feedback.
Answered by
goulart-paul
Mar 29, 2024
Replies: 1 comment 1 reply
-
There is an Line 54 in 02a117c |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
imciner2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an
osqp_version()
function.osqp/src/osqp_api.c
Line 54 in 02a117c