Originally posted by: JorisK
The following code produces a compile error (C++):
ILOUSERCUTCALLBACK3(ThreeCycleBruteForceCallback, unordered_map<Index3D, IloBoolVar, IndexHash3D, IndexEqual3D>, timeDepSeqVars, unordered_map<Index2D, IloNumVar, IndexHash2D, IndexEqual2D>, precedenceVars, vector<IloExpr>*, cuts){ ... }
The error: macro "ILOUSERCUTCALLBACK3" passed 13 arguments, but takes just 7
So apparently I cannot pass a map like this to the callback? Is there a workaround for this?
#CPLEXOptimizers#DecisionOptimization