How can I increase MaxTime 7200 to more in MILP method (2015a)
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
My program error is MaxTime exceeded .....
How can i increses MAx Time limit
0 comentarios
Respuestas (1)
  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
  Walter Roberson
      
      
 el 28 de Jun. de 2016
				http://www.mathworks.com/help/optim/ug/intlinprog.html#inputarg_options and see the MaxTime option there.
Ver también
Categorías
				Más información sobre Variables en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

