-
Notifications
You must be signed in to change notification settings - Fork 414
L_1n
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
[INTERNAL]
::
copy(self) -> Opti
Get a copy of the.
The copy is effectively a deep copy: Updating the state of the copy does not update the original.
Extra doc: https://github.com/casadi/casadi/wiki/L_1n
Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L380
Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L739-L741
To edit, see writing tips.