MCPcopy Create free account
hub / github.com/TobiaMarcucci/pympc / mixed_integer_quadratic_program

Function mixed_integer_quadratic_program

pympc/optimization/programs.py:107–150  ·  view source on GitHub ↗

Calls the desired solver to solve the strictly convex (H > 0) mixed-integer quadratic program min .5 x' H x + f' x s.t. A x <= b, C x = d. The first nc variables in x are continuous, the remaining are binaries. Arguments ---------- nc : int Number of continuous variabl

(nc, H, f, A, b, C=None, d=None, solver='gurobi')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls

no outgoing calls