Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: 5T3E_Vladyslav_Sokol
Hi,
How can i print out cuts that CPLEX is applying while solving ILP? (Concert, C++)
Thank you in advance.
Best regards,
Vlad
Originally posted by: T_O
As far as I know, this is impossible in Concert.
You can obtain the cuts using the C callable library and a callback, but even this is an ugly task.
Best regards, Thomas
Thomas is right. The only API that allows you to figure out which cuts CPLEX added is the callable library API (the C API).
This issue has been discussed many times here. Just search the Forum for more information. You will also find instructions about how to do that in the C API.