Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Eclipse error runing BendersATSP.java

    Posted 03/30/12 04:06 AM

    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


  • 2.  Re: Eclipse error runing BendersATSP.java

    Posted 03/30/12 05:03 AM

    Originally posted by: Didier Vidal


    The InputDataReader.java class is provided in the the sample directory of CPLEX. You should add the file in your project.

    Didier.
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Eclipse error runing BendersATSP.java

    Posted 03/30/12 05:59 AM

    Originally posted by: qtbgo


    Thank you, solved.
    #CPLEXOptimizers
    #DecisionOptimization