How can I increase MaxTime 7200 to more in MILP method (2015a)

5 views (last 30 days)
My program error is MaxTime exceeded .....
How can i increses MAx Time limit

Answers (1)

Walter Roberson
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.)

Categories

Find more on Performance and Memory 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!