Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Integer Relaxation

    Posted 02/22/08 01:10 PM

    Originally posted by: SystemAdmin


    [fallorz said:]

    Is there any parameter that could be set in CPLEX to solve the linear relaxation of a MILP Problem? I have Cplex 9.0, and i can´t fin it in the documentation.

    Thanks for your help

    Efraín
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Integer Relaxation

    Posted 02/22/08 08:30 PM

    Originally posted by: SystemAdmin


    [Sylvain said:]

    One simple idea would be to limit the number of nodes explored to 0 so that cplex would solve only the root relaxation.

    The parameter for to set that is "CPX_PARAM_NODELIM" or "NodeLim".

    You can then get the values of the model variables using IloCplex::getValue(...).

    #CPLEXOptimizers
    #DecisionOptimization