Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TinyMPC/TinyMPC
/ tiny_solve
Function
tiny_solve
src/tinympc/tiny_api.cpp:384–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
383
384
int tiny_solve(TinySolver* solver) {
385
return solve(solver);
386
}
387
388
int tiny_update_settings(TinySettings* settings, tinytype abs_pri_tol, tinytype abs_dua_tol,
389
int max_iter, int check_termination,
Callers
6
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
solve
Function · 0.85
Tested by
no test coverage detected