Decision Optimization

Decision Optimization

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


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

Warning: integer solution contains unscaled infeasibilities.

  • 1.  Warning: integer solution contains unscaled infeasibilities.

    Posted 09/23/08 03:25 PM

    Originally posted by: SystemAdmin


    [steve said:]

    Hello!

    I get the message "Warning: integer solution contains unscaled infeasibilities." from one simulation, but only when I use CPLEX 11. With CPLEX 9.1 it works fine and get a result.
    What can I do to get my system work also under version 11?
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Warning: integer solution contains unscaled infeasibilities.

    Posted 09/25/08 01:37 PM

    Originally posted by: SystemAdmin


    [oussedik said:]

    Hi,

    CPLEX scales a model before solving it, after the solve, the error indicates that the corresponding unscaled solution contains variables that violate the feasibility tolerance.

    This may occur when a problem is ill conditioned, so the error can be raised with CPLEX 11 and not with CPLEX 9 as the two solves are different and take different paths to solutions. You can try, if possible, to reduce large coefficients if present in your model, you should also refer to the CPLEX documentation on how to deal with ill-conditioned problems and unscaled infeasibilities.

    Sofiane
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Warning: integer solution contains unscaled infeasibilities.

    Posted 09/30/08 01:29 PM

    Originally posted by: SystemAdmin


    [steve said:]

    Thank you, I will try it.
    #CPLEXOptimizers
    #DecisionOptimization