Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  IloException : No basis exists

    Posted 10/11/12 03:57 PM

    Originally posted by: sana_


    Hi,

    I want to understand the following IloException : No basis exists

    I am solving a MIP using ILOG Concert Technology (Cplex & C++)

    Thanks.
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: IloException : No basis exists

    Posted 10/12/12 04:41 AM

    Originally posted by: SystemAdmin


    What basis do you think should be returned for a MIP? When solving a MIP there are plenty of LPs that are solved to optimality.
    If you want the basis for the optimal solution then consider using IloCplex::solveFixed() and try to query the basis afterwards.
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: IloException : No basis exists

    Posted 10/12/12 10:13 AM

    Originally posted by: sana_


    Thanks for your reply. I understand the B&B procedure.

    What I want to understand : How Cplex can find the optimal solution and returns an exception in the same time !

    In other words, getObjectiveValue returns a value, getStatus returns optimal, and I have the IloException in the same time.
    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: IloException : No basis exists

    Posted 10/12/12 10:19 AM

    Originally posted by: sana_


    I understand my error. In a MIP, there is no Basis of course.

    When I query about the basis status of my variables, cplex throw an exception what is logic :)

    Thanks a lot!
    #CPLEXOptimizers
    #DecisionOptimization


  • 5.  Re: IloException : No basis exists

    Posted 10/12/12 10:19 AM

    Originally posted by: sana_


    I understand my error. In a MIP, there is no Basis of course.

    When I query about the basis status of my variables, cplex throw an exception what is logic :)

    Thanks a lot!
    #CPLEXOptimizers
    #DecisionOptimization