diff options
author | Harpreet | 2015-08-31 16:27:49 +0530 |
---|---|---|
committer | Harpreet | 2015-08-31 16:27:49 +0530 |
commit | 8b1a4b1ba36dfdf584d9b5a139de4220573a5a1b (patch) | |
tree | 9024cddcd8f7c92bcfc55636330cff0d018c9af0 | |
parent | fa499e4367b4cedda401c94c1f22656dc64fc248 (diff) | |
parent | c105c7f360380f0f26552c9d51297b26d98d5061 (diff) | |
download | FOSSEE-Optimization-toolbox-8b1a4b1ba36dfdf584d9b5a139de4220573a5a1b.tar.gz FOSSEE-Optimization-toolbox-8b1a4b1ba36dfdf584d9b5a139de4220573a5a1b.tar.bz2 FOSSEE-Optimization-toolbox-8b1a4b1ba36dfdf584d9b5a139de4220573a5a1b.zip |
Merge branch 'master' of https://github.com/OR-FOSSEE/symphony
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1 +1,12 @@ -# symphony +# Symphony Toolbox for Scilab + +A toolbox that provides mixed integer linear programming tools in Scilab through the Symphony library + +Tested with Symphony 5.6.10 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. + +## Note: This library is only for linux. |