How can I increase MaxTime 7200 to more in MILP method (2015a)
1 view (last 30 days)
Show older comments
My program error is MaxTime exceeded .....
How can i increses MAx Time limit
0 Comments
Answers (1)
Walter Roberson
on 28 Jun 2016
Use http://www.mathworks.com/help/optim/ug/optimoptions.html optimoptions to create an options structure that sets 'MaxTime' to an appropriate value, and pass that options structure to intlinprog as the 9th parameter (which might require that you pass some [] for parameters you do not use.)
2 Comments
Walter Roberson
on 28 Jun 2016
http://www.mathworks.com/help/optim/ug/intlinprog.html#inputarg_options and see the MaxTime option there.
See Also
Categories
Find more on Biological and Health Sciences in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!