I have a canonical problem:
min c'x
s.t. Ax <= b
It's a large problem using a sparse matrix.
What's the easiest way to formulate it in cplex? Since it's already in canonical form, I was hoping for a low level function that can accept these vars instead of using the modeling interface.
------------------------------
Zohar Levi
------------------------------
#DecisionOptimization