Skip to content

Solution to a two layer facility location problem, which was the subject of the 2022 KIRO challenge, a French OR challenge.

Notifications You must be signed in to change notification settings

NikitaPomies/FPL_AIRLIQUIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two Layer Facility Location Problem

This repository contains code to solve a two layer facility location problem, which was the subject of the 2022 KIRO challenge, a French OR challenge.

The subject of the problem can be found here.

The problem was solved using a Mixed Integer Linear Programming formulation which can be found here.

We then used JuMP to modelize the problem and CPLEX to solve it to optimum (thanks to Julia CPLEX interface).

Here is a visualization of the optimum distribution network for the large instance :

All solutions are provided in this folder

About

Solution to a two layer facility location problem, which was the subject of the 2022 KIRO challenge, a French OR challenge.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages