-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with multiple solvers #363
base: master
Are you sure you want to change the base?
Conversation
@alphaville it seems to work with these changes, thanks. is it possible there's additional functions that may cause issues depending on the casadi functions used? |
I'll double-check |
@wrseif I've looked into the code generator of CasADi and it seems that the functions to take into account are: fncs_list = ["casadi_sq", "casadi_fmax",
"casadi_fmin", "casadi_hypot", "casadi_sign",
"casadi_log1p", "casadi_expm1"] |
About: According to code_generator.cpp (Casadi), the functions to be made static are casadi_sq, casadi_fmax, casadi_fmin, casadi_hypot, casadi_sign, casadi_log1p, and casadi_expm1; all done
Remove unnecessary imports (fileinput, warning, datetime) and update CHANGELOG and VERSION (opengen)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Main Changes
static
(e.g.,casadi_sq
andcasadi_fmin
)Associated Issues
TODOs
CHANGELOG
(s)Update webpage documentationCHANGELOG
,Cargo.toml
andVERSION
)