Hi all,
I am trying to code the Benders Algorithm to solve the Fixed Charge Transportation Problem.
The code runs fine the first iteration: I can solve the dual subproblem and then the master problem, but I get this error in the second iteration:
Oplrun process is not responding, you must relaunch the Run Configuration
I followed the advices here:
Message "OplRun is not responding, you must relaunch the RunConfig" in OPL IDEand I am finding this error in the .log file.
!ENTRY ilog.odms.ide.core 4 0 2021-01-15 17:44:57.276
!MESSAGE Oplrun process is not responding, you must relaunch the Run Configuration.
!ENTRY ilog.odms.ide.core 4 0 2021-01-15 17:44:59.808
!MESSAGE Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused: connect
I am attaching the .mod files, .dat file required to reproduce the error, as well as the .log file.
The files that goes to the Run Configuration are: BendersAlgorithm.mod and NetworkData.dat.
Thanks in advance for any help.
Juan
------------------------------
Juan Esteban Calle Salazar
------------------------------
#DecisionOptimization