-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
casaditestbot
committed
Mar 6, 2018
1 parent
75e0561
commit 6e2a907
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule casadi
updated
14 files
+5 −1 | casadi/core/calculus.hpp | |
+3 −0 | casadi/core/generic_matrix.hpp | |
+3 −0 | casadi/core/global_options.cpp | |
+2 −0 | casadi/core/global_options.hpp | |
+19 −0 | casadi/core/optistack.cpp | |
+13 −5 | casadi/core/optistack.hpp | |
+9 −6 | casadi/core/optistack_internal.cpp | |
+4 −2 | casadi/core/sparsity_internal.cpp | |
+11 −0 | docs/users_guide/casadi-users_guide.tex | |
+4 −0 | swig/casadi.i | |
+38 −7 | swig/doc.i | |
+14 −0 | swig/doc_merged.i | |
+1 −1 | test/matlab/asorted_tests.m | |
+19 −0 | test/matlab/optistack.m |