Originally posted by: amindehghanian
It might be worth to mention that I create this LP at the beginning of my code and I use it as a cut generator in a branch-and-cut for solving my MILP master problem. Furthermore, I add more constraints to this LP by using CPXaddrows in my cutcallback function.
The issue is that if I solve my lp immediately after creating it, I still observe the same thing for CPXgetx.
Thanks,
#CPLEXOptimizers#DecisionOptimization