Originally posted by: SystemAdmin
[aroso said:]
You can set CPLEX/OPL parameters with the method setParam().
As an example, to set the EpGap parameter to 0, use "cplex.setParam(IloCplex::EpGap,0 );" You can find more information about this both in ILOG's online documentation and the user manuals included.
Antonio
#CPLEXOptimizers#DecisionOptimization