pwrs.mp_opt_model.ipopt_options#
- pwrs.mp_opt_model.ipopt_options.ipopt_options(overrides=None, mpopt=None)[source]#
Build an IPOPT options dict.
- Parameters:
overrides (dict, optional) – Values applied after the defaults and any
mpopt["ipopt"]["opts"]overrides.mpopt (dict or str, optional) – MATPOWER options dict or a user option function name. User option functions are not implemented in the current Python port.
- Returns:
Options dict for the IPOPT backend.
- Return type:
dict