Coder Social home page Coder Social logo

sp4cep / spacep-graphs Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 624 KB

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

C++ 92.96% Makefile 0.03% Dockerfile 0.06% Python 6.95%
graph-theory network-analysis optimization-algorithms graph-structures

spacep-graphs's Introduction

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

spacep-graphs's People

Contributors

fernandadguez avatar raulmyocu avatar ximenasandoval avatar

Watchers

 avatar  avatar  avatar

Forkers

ximenasandoval

spacep-graphs's Issues

Proyecto Final

TODO:

  • entrada y salida estandar (se propone JSON) por archivos en el backend (cpp)
  • hacer un servidor flask
  • una interfaz en flask/dash
  • python convierta la entrada por interfaz (nodos, aristas, algoritmo) a JSON
  • python corra el backend como un subproceso
  • python/dash lea el JSON de salida del backend
  • dash/plotly despliegue grafica con solucion

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.