↓ 3 callersFunction_build_model Builds the Gurobi model the LP or the QP. Arguments ---------- H, f, A, b, C, d : numpy.ndarray Matrices of the mathematical
pympc/optimization/solvers/gurobi.py:173
↓ 3 callersFunctioncondense_pwa_system For the PWA system x(t+1) = A_i x(t) + B_i u(t) + c_i if (x(t), u(t)) in D_i, given the mode sequence z = (z(0), ... , z(N-1)), ret
pympc/dynamics/discrete_time_systems.py:676
↓ 1 callersMethod_condense_equalities Puts the equality constraint x(0) = x0, x(t+1) = sum_{i=1}^s z_i(t), t = 0, ..., N-1, in the form x_bar = A_b
pympc/control/controllers.py:585
↓ 1 callersMethod_condense_inequalities Stacks the inequalities Ex x(t) + Eu u(t) + Ez z(t) + Ed delta(t) <= E0, t = 0, ..., N-1, x(N) in X_N, in the form
pympc/control/controllers.py:540