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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9cbea9e · Jul 18, 2024

History

12 Commits
Jul 18, 2024
Dec 4, 2023
Dec 4, 2023
Dec 4, 2023
May 9, 2022
Dec 4, 2023
Dec 4, 2023
Dec 4, 2023
May 9, 2022
May 21, 2024
Dec 4, 2023
Dec 4, 2023
May 21, 2024

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