Skip to content

This repository contains the python version of the MIP solver used for NEPTUNE

License

Notifications You must be signed in to change notification settings

deib-polimi/neptune-mip

Repository files navigation

NEPTUNE Mixed Integer Programming

Politecnico di Milano

This repository contains the python version of the MIP solver used for NEPTUNE.

Getting Started

This repository has been dockerized. It's possible to run a plug&play image at systemautoscaler/allocation-algorithm-rest:dev

To build a new Docker image, run:

docker build -t {IMAGE}:{TAG} .

Run the container:

docker run -it -p 5000:5000 {IMAGE}:{TAG} 

To run the test, execute in another terminal:

python test.py

About

This repository contains the python version of the MIP solver used for NEPTUNE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages