micheleurbani / net-flow-opt

net-flow-opt

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

net-flow-opt


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%Language:Shell 0.0%