Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

milp problem feasible with cmd/lp file and mps/lpsolve but infeasible with cmd/cplex/mps file

  • 1.  milp problem feasible with cmd/lp file and mps/lpsolve but infeasible with cmd/cplex/mps file

    Posted Sat January 30, 2016 01:35 PM

    Originally posted by: PingLiu


    Excuse me,

    I have tested a MILP problem in cmd both with lp and mps file. the lp file can be successfully solved while the mps file failed. I also tries to solve the mps problem in lpsolve IDE, it seems it is feasible with the same results obtained through cmd. Does anyone know why this would happen? I tried to use conflict refiner. But it doesn't find any conflict. SO what is the real reason resulting in the infeasibility for the mps problem?

    Thanks in advance.

    Ping


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: milp problem feasible with cmd/lp file and mps/lpsolve but infeasible with cmd/cplex/mps file

    Posted Sat January 30, 2016 06:40 PM

    Originally posted by: PingLiu


    this problem has been solved that is because the mps format generated by lpsolve is not compatible with cplex.


    #CPLEXOptimizers
    #DecisionOptimization