How can I increase MaxTime 7200 to more in MILP method (2015a)
    2 次查看(过去 30 天)
  
       显示 更早的评论
    
My program error is MaxTime exceeded .....
How can i increses MAx Time limit
0 个评论
回答(1 个)
  Walter Roberson
      
      
 2016-6-28
        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 个评论
  Walter Roberson
      
      
 2016-6-28
				http://www.mathworks.com/help/optim/ug/intlinprog.html#inputarg_options and see the MaxTime option there.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

