Skip to content
Joris Gillis edited this page Apr 4, 2023 · 2 revisions

Standard documentation for Opti.update_user_dict:

 [INTERNAL] 

::

 update_user_dict(self, MX m, dict meta)
 update_user_dict(self, [MX] m, dict meta)

.......

::

 update_user_dict(self, MX m, dict meta)

[INTERNAL] add user data

Add arbitrary data in the form of a dictionary to symbols or constraints

Extra doc: https://github.com/casadi/casadi/wiki/L_1o

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L388

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L379-L385

.............

.......

::

 update_user_dict(self, [MX] m, dict meta)

[INTERNAL]

.............

Extra documentation

To edit, see writing tips.

Clone this wiki locally