You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the introduction, I found that TinyMPC is claimed to support conic constraints. But I can only find the setup API of A, B, Q, and R matrices, and the upper/lower bound of x and u :
inttiny_setup(TinySolver** solverp,
tinyMatrix Adyn, tinyMatrix Bdyn, tinyMatrix Q, tinyMatrix R,
tinytype rho, int nx, int nu, int N,
tinyMatrix x_min, tinyMatrix x_max, tinyMatrix u_min, tinyMatrix u_max,
int verbose);
documentationImprovements or additions to documentationenhancementNew feature or requestquestionFurther information is requested
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
In the introduction, I found that TinyMPC is claimed to support conic constraints. But I can only find the setup API of
A, B, Q, and R
matrices, and the upper/lower bound ofx
andu
:Is there any API available for conic constraints?
Thank you for your time and efforts
Beta Was this translation helpful? Give feedback.
All reactions