Originally posted by: qtbgo
Hi, when I run BendersATSP.java in Eclipse, it show the following error message:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The constructor BendersATSP.Data(String) refers to the missing type InputDataReaderException
InputDataReader cannot be resolved to a type
at BendersATSP.main(BendersATSP.java:465)
How to fix it? Thanks
BTW, I have added cplex.jar to the project.
#CPLEXOptimizers#DecisionOptimization