Originally posted by: Allexandre
So,
Theres only thing missing for me be able to add my onw Gomory cuts: How can I add a row only with the slack variables?
I catcch the basic variables with CPXXgetbhead, now, for each line where I don't have an integer value, I want to add GC. But how do I have to refer to my slack variables? Since, CPXXgetbheadgive me back negative index values for slack, but matind can't have negative indexes...
Thanks
#DecisionOptimization#MathematicalProgramming-General