Skip to content

samitha/commroute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommRoute

About

Core code to get networks/route enumeration/ LP formulation of problems/ network input output for creating networks

Installation

you need:

  • python
  • pip
  • virtualenv
  • virtualenvwrapper
  • git

once you have these:

  • clone the code
  • setup virtualenv for commroute
    > mkvirtualenv commroute
    > workon commroute
  • install python libraries
    > pip install -r requirements.txt
  • run code!
    > cd src
    > python static_ctm.py

About

routing implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published