Stars
41
Forks
15
Watchers
41
Open Issues
53
Overall repository health assessment
No package.json found
This might not be a Node.js project
polish the code about chemical reactor example without redundant variables
b156d42View on GitHubadded if statement to run_ADMM.m to check whether ubx,lbx are empty before passing them as arguments to casadi. Casadi adds bounds on x if you pass empty ubx,lbx parameters as arguments. If you don't want Casadi to add any bounds on x, then do not pass lbx,ubx as arguments to casadi (not even empty ones).
b5f7a20View on GitHubadded option for plotting inner iterations and fixed bug in robot crossing example
02a31f7View on GitHub