pwrs.mp_opt_model.qps_glpk#
- pwrs.mp_opt_model.qps_glpk.qps_glpk_full(H, c=None, A=None, l=None, u=None, xmin=None, xmax=None, x0=None, opt=None)[source]#
Solve an LP with GLPK and return all five solver outputs.
- Parameters:
H (object)
c (object | None)
A (object | None)
l (object | None)
u (object | None)
xmin (object | None)
xmax (object | None)
x0 (object | None)
opt (Mapping[str, object] | None)
- Return type:
QpResult
- pwrs.mp_opt_model.qps_glpk.qps_glpk(H, c=None, A=None, l=None, u=None, xmin=None, xmax=None, x0=None, opt=None, nargout=1)[source]#
MATPOWER-compatible GLPK entry point; use
qps_glpk_fullin typed code.- Parameters:
H (object)
c (object | None)
A (object | None)
l (object | None)
u (object | None)
xmin (object | None)
xmax (object | None)
x0 (object | None)
opt (Mapping[str, object] | None)
nargout (int)
- Return type:
object