Originally posted by: T_O
Hi,
I am using the C callable library. I just tried to add lazy constraints to a pure linear program. As far as I can see, they are ignored. At fist, I wanted to open a bug report, but now, I think this might be by design. They would need their own basis stati, duals, etc.
Am I right in assuming that I have to add them as constraints and remove them afterwards instead of just adding lazy constraints and free them? Or is there some easier way? Should I perhaps change the problem type to MIP, optimize, change the problem type to fixed MIP and reoptimize (in order to obtain dual information)?
Best regards,
Thomas
#CPLEXOptimizers#DecisionOptimization