diff options
author | Harpreet | 2016-08-31 11:10:22 +0530 |
---|---|---|
committer | Harpreet | 2016-08-31 11:10:22 +0530 |
commit | d19794fb80a271a4c885ed90f97cfc12baa012f2 (patch) | |
tree | ebcdc604cb1ee22debc888a1ec772be5c9161b26 /builder.sce | |
parent | e4fe6bdb7023464e750f882e19b393d3073365a2 (diff) | |
download | FOSSEE-Optim-toolbox-development-d19794fb80a271a4c885ed90f97cfc12baa012f2.tar.gz FOSSEE-Optim-toolbox-development-d19794fb80a271a4c885ed90f97cfc12baa012f2.tar.bz2 FOSSEE-Optim-toolbox-development-d19794fb80a271a4c885ed90f97cfc12baa012f2.zip |
intfminimax examples added
Diffstat (limited to 'builder.sce')
-rw-r--r-- | builder.sce | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builder.sce b/builder.sce index 0e50248..5a54d97 100644 --- a/builder.sce +++ b/builder.sce @@ -47,6 +47,7 @@ exec (sci_path + 'Checkrhs.sci'); exec (sci_path + 'intfminunc.sci'); exec (sci_path + 'intfminbnd.sci'); exec (sci_path + 'intfmincon.sci'); +exec (sci_path + 'intfminimax.sci'); //help_from_sci(sci_path + 'intqpipopt.sci', help_dir, demos_dir); //xmltojar(help_dir, toolboxTitle); |