Hi All,
I am trying to put a quadratic optimization problem with linear constraints in the standard mathematical form using python.
I was earlier using the CVXOPT but facing some memory issue.
the standard call CVXOPT using
sol = solvers.qp(P,q,G,h,A,b)
where all inputs are in matrix form.
Can anyone here please share a python CPLEX code where I can use the matrix form. I don't want to use docplex expressions because parsing taking too much time. I have large number of variables and want to run the optimization process fast.
kindly share your thoughts.
If you need more information, kindly post here
------------------------------
Shamik Chaudhuri
------------------------------
#DecisionOptimization