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 not stored for this graph (policy: none)
no outgoing calls