summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarpreet2015-12-29 00:38:48 +0530
committerHarpreet2015-12-29 00:38:48 +0530
commiteb9ca1191c94059cd7adcf69805906c809fe9712 (patch)
treef98e728341812b8a0eb46aa4159b062a22225f05 /README.md
parent0eee95dfb1edec6ce52ec3065a3adb1bf169c9f9 (diff)
downloadFOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.tar.gz
FOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.tar.bz2
FOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.zip
Bugs fixed 4
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ba0cf2a..933d76d 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# Symphony Toolbox for Scilab
-A toolbox that provides mixed integer linear programming tools in Scilab through the Symphony library
+A toolbox that provides mixed integer linear programming, quadratic programming and non linear programming tools in Scilab through the Symphony and Ipopt libraries.
-Tested with Symphony 5.6.10 and scilab 5.5.2
+Tested with Symphony 5.6.10, Ipopt 3.12.4 and Scilab 5.5.2
## To use:
1. In Scilab, change the working directory to the root directory of the repository
2. Run `exec loader.sce`
-3. The library is now ready for use.
+3. The Toolbox is now ready.
## Note: This library is only for linux.