I am currently trying to solve the traveling salesman problem in my math class project here is an example : http://www.mathworks.com/help/optim/ug/travelling-salesman-problem.html
but apparently I need this intlinprog(), is there any way to solve this problem without this function, or get it for free ? or upgrade my old version to 2014 for free ?
Thanks in advance

 채택된 답변

Alan Weiss
Alan Weiss 2015년 4월 27일

0 개 추천

Unfortunately, you cannot upgrade student licenses. You have to purchase a new MATLAB version.
Fortunately, R2015a just came out, and you can purchase it with a number of toolboxes, including Optimization Toolbox, for $99 in the USA, and similar prices in other parts of the world.
If you have an old version of MATLAB that includes the ga function (Global Optimization Toolbox or Genetic Algorithm and Direct Search Toolbox), you can try this example instead, but it is not as reliable, robust, or fast as using intlinprog.
Alan Weiss
MATLAB mathematical toolbox documentation

댓글 수: 2

Y.W. Shi
Y.W. Shi 2019년 2월 27일
Hi,Alan. I I am trying to reply the reviews' comments on my paper. One review hope that I can give the complexity proof of my proposed method. Since my method used INTLINPROG by YALMIP in Matlab, I want to know more information on INTLINPROG. Can you provide the detailed steps of INTLINPROG algorithm?
Thanks in advance.
Y.W. Shi
Alan Weiss
Alan Weiss 2019년 2월 27일
Alan Weiss
MATLAB mathematical toolbox documentation

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

질문:

Aaa
2015년 4월 26일

댓글:

2019년 2월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by