Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
raj singh
raj singh el 28 de Jun. de 2016
Comentada: Walter Roberson el 28 de Jun. de 2016
My program error is MaxTime exceeded .....
How can i increses MAx Time limit

Respuestas (1)

Walter Roberson
Walter Roberson el 28 de Jun. de 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 comentarios
raj singh
raj singh el 28 de Jun. de 2016
Editada: raj singh el 28 de Jun. de 2016
there is no options in your link to increase the MaxTime.

Iniciar sesión para comentar.

Categorías

Más información sobre Performance and Memory en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by