intlinprog in student version 2013a

1 visualizzazione (ultimi 30 giorni)
Aaa
Aaa il 26 Apr 2015
Commentato: Alan Weiss il 27 Feb 2019
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

Risposta accettata

Alan Weiss
Alan Weiss il 27 Apr 2015
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 Commenti
Y.W. Shi
Y.W. Shi il 27 Feb 2019
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 il 27 Feb 2019
Alan Weiss
MATLAB mathematical toolbox documentation

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by