A toolbox that provides mixed integer linear programming tools in Scilab through the Symphony library
Tested with Symphony 5.5.6 and Scilab 5.5.2
- Download and install the Symphony library. Instructions can be found here
- Clone this (Symphony Toolbox for Scilab) repository on your computer
- In Scilab, change the working directory to the root directory of the this (Symphony Toolbox for Scilab) repository.
- If you have installed Symphony for the whole system (in /usr/), run
exec builder.sce
. If no errors occur, then the toolbox has been compiled successfully. - If you have installed Symphony locally just for a single user (in /home/),
then first edit builder.sce and change the LINKER_FLAGS variable as
explained in the comment there. Then run
exec builder.sce
.
- In Scilab, change the working directory to the root directory of the repository
- Run
exec loader.sce
- The library is now ready for use.
For help on the available functions, you should also run exec help/addchapter.sce
after running exec loader.sce
. Now you will be able to
access the help files in the normal way.