Originally posted by: anahana
Dear all,
I'm solving multiple problem instances for the VRP, each instance is in a separate file. I created a loop that reads each file, solves it and improves it using guided local search, stores the results, and moves on to the next file.
After solving several files (say 5 files), I get this error message on the sixth file:
Error: IloIIM: IloScanNHood: detected anamalous neighborhood behavior -
IloNHoodI::define should return the same delta for the
same given index.
The sixth file is read smoothly, but when the code reaches the guided local search part, it gives this error message. Any idea why? Or I can fix this?
Regards,
#CPOptimizer#DecisionOptimization