Originally posted by: Trino
Hi all,
I'm using the macro ILOUSERCUTCALLBACKn to create a callback in concert C++. Everything worked fine until I needed to create another callback of the same type. From what I could tell I can't use this macro more than once, even if the n is different, so I guess I'll have to find an alternative.
Is there another way to implement these callbacks without the macro and without having to implement the cutcallback class for each of them?
Thanks,
Trino.
#CPLEXOptimizers#DecisionOptimization