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

Standard documentation for Function.has_option:

 [INTERNAL] 

::

 has_option(self, str option_name) -> bool

Does a particular option exist.

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

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/function.hpp#L447

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/function.cpp#L1107-L1114

Extra documentation

To edit, see writing tips.

Clone this wiki locally