Skip to content

Latest commit

 

History

History
99 lines (36 loc) · 1.5 KB

File metadata and controls

99 lines (36 loc) · 1.5 KB

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