Skip to content

Implementation of a graph and multiple algorithms for the Network Analysis course at UNISON 2021-1

Notifications You must be signed in to change notification settings

SP4CEP/spacep-graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spacep-graphs

Implementation of a graph and multiple algorithms for the Network Analysis course at UNISON 2021-1

run:

  1. Build image
docker build --tag='spacep' .
  1. make bin director inside repo root
docker run -it --name graphs -p 8050:8050 -v $PWD:/workspace/spacep-graphs spacep
  1. inside cd to repo and run:
make
  1. to run graphs (hi):

graphs:

python3 app/gui/graph.py

digraphs:

python3 app/gui/digraph.py

network:

python3 app/gui/network.py

rerun:

docker start -it graphs

About

Implementation of a graph and multiple algorithms for the Network Analysis course at UNISON 2021-1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages