How to package CPLEX into a CTF(webapp or exe) file?
2 次查看(过去 30 天)
显示 更早的评论
Based on the Web AppDesigner previously released by Matlab, it can be packaged to generate a CTF file for deployment of WebApp. CPLEX and YALMIP are used in the file I wrote to solve and optimize. However, in the process of packaging and generating CTF files, I have tried many methods, such as adding Cplex, solvesdp and other files used in Yalmip to the package file. However, after the package generated files were generated into Web, I could not use them to calculate in the computer browser (the solution failed). How to successfully use CPLEX to solve WebApp in the browser? Thank you very much!
基于Matlab之前发布的web appdesigner,其可以打包生成一个ctf文件之后可进行部署webapp。在我所编写的文件中用到了cplex与YALMIP进行求解优化。但在打包生成ctf文件过程中,我试过很多办法比如将YALMIP里面用到的solvesdp、cplex等文件添加到打包文件中,但打包生成后的文件生成web之后,在电脑浏览器中使用没有办法进行计算(求解失败)。请问如何在浏览器里webapp可成功利用cplex进行求解呢?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!