Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

CPXgetstat / Solution Status: 119 Node file size limit, no integer sol

  • 1.  CPXgetstat / Solution Status: 119 Node file size limit, no integer sol

    Posted Sun October 16, 2011 08:05 PM

    Originally posted by: guvencdegirmenci


    Hi, I try to solve an MIP using CPLEX callable libraries in c++. I called CPXgetstat and get a value of 119, which is "Node file size limit, no integer solution." I have been watching the memory usage of cplex through task manager and memory usage is not very large (less than 11,000k). I wonder if something goes wrong. I know the problem is infeasible but I want cplex give a value of 103 (integer infeasible) to the CPXgetstat.

    I also tried to solve the same problem using interactive optimzer and got "MIP - Integer infeasible or unbounded". I believe it is not the same as "Node file size limit, no integer solution." Does anybody know the reason for this and a way to fix it?
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: CPXgetstat / Solution Status: 119 Node file size limit, no integer sol

    Posted Mon October 17, 2011 08:01 PM

    Originally posted by: SystemAdmin


    A solution status of 119 represents an Infeasible or Unbounded condition. I am not sure as to where you got the other status ("Node file size limit, no integer solution.") from. Please check the following documentation link:
    http://publib.boulder.ibm.com/infocenter/cosinfoc/v12r3/index.jsp?topic=%2Filog.odms.cplex.help%2Fhtml%2Frefcallablelibrary%2Fhtml%2Fmacros%2FCPXMIP_INForUNBD.html
    #CPLEXOptimizers
    #DecisionOptimization