Originally posted by: PriteeAgrawal
Hi all,
I use OPL Java API for solving MILP problems. I am solving dantzig wolfe problem and get the below error for the master problem but could not understand what the below error means.
java.lang.RuntimeException: internal error (Please notify IBM)
at ilog.concert.cppimpl.concert_wrapJNI.operator_prod__SWIG_9(Native Method)
at ilog.concert.cppimpl.concert_wrap.operator_prod(concert_wrap.java:247)
at ilog.concert.IloModelerAdvImpl.prod(IloModelerAdvImpl.java:809)
at Main.solveMaster(Main.java:762)
at Main.solveDW(Main.java:815)
at Main.main(Main.java:888)
Please find attached my code for the program where the error comes for the solveMaster method.
public MasterVal solveMaster(int[] resAvail, ArrayList <RetVal> sol )throws Exception {
}
#CPLEXOptimizers#DecisionOptimization