micheleurbani / net_flow_opt

Second version of the project net_flow_opt built with web app integration in mind.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetFlowOpt: resolve maintenance scheduling on networked systems

The repository contains support software to run the model presented in the paper An approach for bi-objective maintenance scheduling on a networked system with limited resources. The model is implemented in web-based app, which can be run using a Docker container.

Get started

Docker

Be sure that you installed Docker and that it is running. Run the following commands in a terminal to build the image and run the container.

docker compose build
docker compose up -d

Then, navigate to localhost:5000 in your web browser and start using the app.

Documentation

Check the documentation at https://mikiurbi.github.io/net_flow_opt/.

About

Second version of the project net_flow_opt built with web app integration in mind.


Languages

Language:Python 96.9%Language:HTML 2.2%Language:CSS 0.5%Language:Dockerfile 0.3%