Skip to content

Lexical-Lad/FOSSEE-Scilab---Google-OR-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOSSEE-GoogleOR-toolbox

https://developers.google.com/optimization/

Features:

  1. Min Cost Flow
  2. Max Flow
  3. Linear Sum Assignment
  4. Shortest Path (Bellman Ford)
  5. Vehicle Routing Problem
  6. Travelling Salesman Problem

To use:

  1. In Scilab, change the working directory to the root directory of the repository
  2. Run exec loader.sce in the scilab console.
  3. The Toolbox is now ready, to see help type help FOSSEE GoogleOR Toolbox in console.
  4. The demos are in Demos folder.
  5. To run a demo type exec <name of function>.dem.sce
  6. Test cases are in tests folder.

To build

  1. If you have updated the source code then you need to build it again to see the changes.
  2. To build it first unlink the toolbox by executing the following command ulink.
  3. Then type exec builder.sce to run the builder. {Prerequisites: In windows you need Visual Studio}
  4. Now just run exec loader.sce in the scilab console. It will be ready to use.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors