/ilps-sqpp

Project for ILPS PhD course 2016

Primary LanguagePython

Get pip and git and run:

$ git clone https://github.com/affo/ilps-sqpp.git ilps
$ cd ilps
$ sudo pip install -r requirements.txt
$ python placement.py

You can edit the file placement.py to change the values of

NETWORK_SIZE = 50
MAX_LATENCY = 5
MAX_NODE_CAPACITY = 8

on the top.