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

Standard documentation for dple_in:

 [INTERNAL] 

::

 dple_in() -> [str]
 dple_in(int ind) -> str

Get DPLE input scheme name by index.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/dple.hpp#L114

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/dple.cpp#L114-L121

.......

::

 dple_in()

[INTERNAL] Get input scheme of DPLE solvers.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/dple.hpp#L102

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/dple.cpp#L102-L106

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

.......

::

 dple_in(int ind)

[INTERNAL] Get DPLE input scheme name by index.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/dple.hpp#L114

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/dple.cpp#L114-L121

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

Extra documentation

To edit, see writing tips.

Clone this wiki locally