Skip to content

Tabu search and simulated annealing for the capacitated vehicle routing problem at Polytech Lyon

Notifications You must be signed in to change notification settings

DorianNaaji/Capacitated-Vehicle-Routing-Problem

Repository files navigation

Capacitated Vehicle Routing Problem

  • tabou search
  • Simulated annealing
  • Polytech Lyon — Discrete Optimization
  • Myriam BENALI & Dorian NAAJI

intro

Code is fully in french (or almost). Sorry for that !

Step by step instructions right below...

How to execute

  • Import project (sources) in intellij as maven project
  • solve references
  • start Main.java

Step by step instructions

Download project and unzip it anywhere on your computer...

Click import within intelliJ menu :

1

Choose the unzipped folder.

2

Click "Maven" project

3

Let all settings set on default and press next until the end

Mark "src" as sources root

5

Mark "test" as test root

6

Click "add" a configuration

7

Click "add"

8

Click "application" in the dropdown

9

Rename it and set main class to "Main"

10

You're good to go ! Hit apply and start the app.

11

About

Tabu search and simulated annealing for the capacitated vehicle routing problem at Polytech Lyon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages