https://developers.google.com/optimization/
- Min Cost Flow
- Max Flow
- Linear Sum Assignment
- Shortest Path (Bellman Ford)
- Vehicle Routing Problem
- Travelling Salesman Problem
- In Scilab, change the working directory to the root directory of the repository
- Run
exec loader.scein the scilab console. - The Toolbox is now ready, to see help type
help FOSSEE GoogleOR Toolboxin console. - The demos are in
Demos folder. - To run a demo type
exec <name of function>.dem.sce - Test cases are in
tests folder.
- If you have updated the source code then you need to build it again to see the changes.
- To build it first unlink the toolbox by executing the following command
ulink. - Then type
exec builder.sceto run the builder. {Prerequisites: In windows you need Visual Studio} - Now just run
exec loader.scein the scilab console. It will be ready to use.