Skip to content
Extraits de code Groupes Projets
Valider cd58005b rédigé par François LEFOULON's avatar François LEFOULON
Parcourir les fichiers

Update README.md

parent b6b226f6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -4,8 +4,6 @@ Julia module for the Symmetric Travelling Salesman Problem using the Held and Ka ...@@ -4,8 +4,6 @@ Julia module for the Symmetric Travelling Salesman Problem using the Held and Ka
Our project is presented in the from of a Julia Jupyter notebook. Our project is presented in the from of a Julia Jupyter notebook.
# Requirements
# Viewing the project # Viewing the project
## General presentation of notebooks ## General presentation of notebooks
...@@ -39,3 +37,20 @@ If you just want to see/run the code without the printing and block structure, y ...@@ -39,3 +37,20 @@ If you just want to see/run the code without the printing and block structure, y
``` ```
jupyter nbconvert --to script heldAndKarp.ipynb jupyter nbconvert --to script heldAndKarp.ipynb
``` ```
# Requirements for running the code
If you want to run the code, either as a notebook or a script, the following libraries are necessary :
* Cbc v0.7.1
* Combinatorics v1.0.2
* GraphPlot v0.4.4
* JuMP v0.21.4
* LightGraphs v1.3.5
Details about package installation in Julia can be found (here)[https://docs.julialang.org/en/v1/stdlib/Pkg/]. The gist of it is :
* type `julia` in a shell terminal
* press `]`
* type `add PackageName` (PackageName can be Cbc for instance)
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter