deib-polimi / neptune-mip

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 {REPO}/{IMAGE}:{TAG} .
docker push {REPO}/{IMAGE}:{TAG}

About

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

License:Apache License 2.0


Languages

Language:Python 98.9%Language:Dockerfile 0.9%Language:Shell 0.2%