Originally posted by: Javid Alimohideen
Hi,
We see the exception below when using the API.
IloOplFactory oplFactory = new IloOplFactory();
....
IloCplex vCplex = oplFactory.createCplex();
vCplex.setParam(IloCplex.IntParam.MIPDisplay,0);
Error
java.lang.IllegalArgumentException: No enum class ilog.cplex.cppimpl.IloCplex$IntParam with value 2013
at ilog.cplex.cppimpl.IloCplex$IntParam.swigToEnum(IloCplex.java:1669)
at ilog.cplex.IloCplex.setParam(IloCplex.java:6215)
The oplall.jar the application is using is the one packaged along with Decision Optimization Center v3.8
Thanks,
Javid
#DecisionOptimization#OPLusingCPLEXOptimizer