Originally posted by: SystemAdmin
The "UseCutFilter" value means that CPLEX can decide to not use the cut that you provide.
In a lazy constraint callback, you are generating cuts to cut off an invalid solution.
Thus, in a lazy constraint callback, using the "UseCutFilter" value would mean that CPLEX could decide to not cut off the invalid solution.
This does not make sense, so this value is not allowed for the lazy constraint callback.
Tobias
#CPLEXOptimizers#DecisionOptimization