mp.math_model_opf_ac

class mp.math_model_opf_ac

Bases: mp.math_model_opf

mp.math_model_opf_ac - Abstract base class for AC OPF math model objects.

Provide implementation of nodal current and power balance functions and their derivatives, and setup of solver options.

Method Summary
nodal_current_balance_fcn(x, nm)
nodal_power_balance_fcn(x, nm)
nodal_current_balance_hess(x, lam, nm)
nodal_power_balance_hess(x, lam, nm)
solve_opts(nm, dm, mpopt)