Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
T
TSPNotTheSchool
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
TheTSPModule
TSPNotTheSchool
Validations
cd58005b
Valider
cd58005b
rédigé
4 years ago
par
François LEFOULON
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
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
Modifications
1
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
README.md
+17
-2
17 ajouts, 2 suppressions
README.md
avec
17 ajouts
et
2 suppressions
README.md
+
17
−
2
Voir le fichier @
cd58005b
...
@@ -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)
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter