Originally posted by: sidgalt
Hey,
If I add constraints in a piece-wise so for instance like cplex.add(x[i]+x[j] == 2), then will the resultant matrix be stored using the sparse matrix representation? If not, then is there anything I can do to make sure that Cplex uses the sparse and not the dense matrix representation?
Thanks
#DecisionOptimization#OPLusingCPLEXOptimizer