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