MIQP.m file is required
3 ビュー (過去 30 日間)
古いコメントを表示
I am using grTravSale() form grTheory toolbox, for computing shortest path sequence of nodes in 2-D grid, but I am facing the following error
??? Undefined function or method 'MIQP' for input arguments of type 'double'.
Error in ==> grTravSale at 77 [xmin,fmin]=MIQP(H,c,A,b,Aeq,beq,[1:m],vlb,vub);
Error in ==> temp at 38 ou(a,b) =grTravSale(distances);
I presume that miqp.m is required for this function but the said file is not available in grTheory toolbox. I had also searched it over fileexchange and google too, but unable to find. Please guide me where miqp.m will be found. Thank you
2 件のコメント
Walter Roberson
2020 年 5 月 3 日
http://cse.lab.imtlucca.it/~bemporad/hybrid/toolbox/ appears to have MIQP.m
However, the license terms do not permit me to download it to verify that it is an MIQP.m that would be useful for this task. (I am not considered Academic)
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!