diff options
author | Georgey | 2017-07-05 11:43:47 +0530 |
---|---|---|
committer | Georgey | 2017-07-05 11:43:47 +0530 |
commit | ecdd7ba6762a15bdb867be900e7128201be2e690 (patch) | |
tree | dc36ba4879b83eb45d042d76c0650ab7ae59144b /demos/sci_FOSSEE_Optimization_Toolbox.dem.gateway.sce | |
parent | 66089674c189f557b401f2ad0cf6b35354caadfa (diff) | |
download | FOSSEE-Optimization-toolbox-ecdd7ba6762a15bdb867be900e7128201be2e690.tar.gz FOSSEE-Optimization-toolbox-ecdd7ba6762a15bdb867be900e7128201be2e690.tar.bz2 FOSSEE-Optimization-toolbox-ecdd7ba6762a15bdb867be900e7128201be2e690.zip |
Added demo files
Diffstat (limited to 'demos/sci_FOSSEE_Optimization_Toolbox.dem.gateway.sce')
-rw-r--r-- | demos/sci_FOSSEE_Optimization_Toolbox.dem.gateway.sce | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/sci_FOSSEE_Optimization_Toolbox.dem.gateway.sce b/demos/sci_FOSSEE_Optimization_Toolbox.dem.gateway.sce index 739ad2c..14f95bb 100644 --- a/demos/sci_FOSSEE_Optimization_Toolbox.dem.gateway.sce +++ b/demos/sci_FOSSEE_Optimization_Toolbox.dem.gateway.sce @@ -5,12 +5,12 @@ // you should have received as part of this distribution. The terms // are also available at // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt -// Author: Harpreet Singh +// Author: Harpreet Singh and Georgey John // Organization: FOSSEE, IIT Bombay // Email: toolbox@scilab.in demopath = get_absolute_file_path("sci_FOSSEE_Optimization_Toolbox.dem.gateway.sce"); -subdemolist = ["Linprog","linprog.dem.sce";"Symphony", "symphony.dem.sce"; "SymphonyMat", "symphonymat.dem.sce"; "Qpipopt", "qpipopt.dem.sce"; "QpipoptMat", "qpipoptmat.dem.sce";"Lsqlin","lsqlin.dem.sce";"Lsqnonneg","lsqnonneg.dem.sce";"Fminunc","fminunc.dem.sce";"Fminbnd","fminbnd.dem.sce";"Fmincon","fmincon.dem.sce"]; +subdemolist = ["Linprog","linprog.dem.sce";"Cbcintlinprog","cbcintlinprog.dem.sce";"Symphony", "symphony.dem.sce"; "SymphonyMat", "symphonymat.dem.sce"; "Qpipopt", "qpipopt.dem.sce"; "QpipoptMat", "qpipoptmat.dem.sce";"Intqpipopt","intqpipopt.dem.sce";"Lsqlin","lsqlin.dem.sce";"Lsqnonneg","lsqnonneg.dem.sce";"Fminunc","fminunc.dem.sce";"Intfminunc","intfminunc.dem.sce";"Fminbnd","fminbnd.dem.sce";"Intfminbnd","intfminbnd.dem.sce";"Fmincon","fmincon.dem.sce";"Intfmincon","intfmincon.dem.sce"]; subdemolist(:,2) = demopath + subdemolist(:,2); |