Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

solution status = 101: MIP_optimal. but solution value = 0

  • 1.  solution status = 101: MIP_optimal. but solution value = 0

    Posted 01/22/18 04:20 AM

    Originally posted by: savant_ning


    Hi,  I added one new  constraint to my model, and it gives me

    solution status = 101: MIP_optimal

    solution value = 0.0

     

    and I run cplex.conflict.refine(), it gives me

     

    solution status =30 : conflict feasible

    solution value = 0.0

     

    it's my new constraint cannot accept my data in my model?

     


    #DecisionOptimization
    #MathematicalProgramming-General


  • 2.  Re: solution status = 101: MIP_optimal. but solution value = 0

    Posted 01/22/18 04:34 AM

    What is the problem? 0 is not a feasible objective value for your model? If that is the case then I suggest to dump the problem to an LP file and double check it looks as expected.


    #DecisionOptimization
    #MathematicalProgramming-General