Originally posted by: maiklb2005
I think, I got it. After adding
status = CPXwriteprob(env, tmpLp, "ProblemWithCuts.lp", NULL);
to the admipex1.c, in addition to the original constraints c1, c2, etc, the resulting .lp file contains other constraints that are labeled by m1, m2, ... or v1, v2, ... or z1, z2, .... etc. I presume, those are the cuts that I am looking for. Just curious, what are these letters "m," "z," and "v" stand for?
#DecisionOptimization#OPLusingCPLEXOptimizer