I am using and running directly from the IBM ILOG CPLEX Optimization Studio to solve an optimization problem. Since the problem and the instance is so big, CPLEX takes a very long time, so I want to limit the runtime to 2 hours. In parameters, the global time limit is set to 1.0E75, how to change it to set for 2 hours (7200s)?
Thanks in advance!