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

1 Ansicht (letzte 30 Tage)
raj singh
raj singh am 28 Jun. 2016
Kommentiert: Walter Roberson am 28 Jun. 2016
My program error is MaxTime exceeded .....
How can i increses MAx Time limit

Antworten (1)

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

Kategorien

Mehr zu Biological and Health Sciences finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by