Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.32 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.32 KB

Steiner Tree Problem with/without restrictions

@author Amine Benslimane    
Master 1 STL,
Sorbonne University,
Mai 2021.

GPLv3 Licence, feel free to use this code.

Dans le cadre du projet final de l'UE CPA, Master 1 STL de Sorbonne Université.

Implémentation de deux versions d'Arbres de Steiner : classique et avec restriction budgétaire dans un graphe.

Algorithm

Inspired by : L. Kou, G. Markowsky, and L. Berman, A fast Algorithm for Steiner Trees, IBM Thomas J. Watson Research Center, A fast Algorithm for Steiner Trees

Usage

Cocher "run" dans build.xml --> Ant build configuration --> targets

L'interface graphique SteinerDiskGraphs pops up, enjoy !

Results without restrictions

steiner

Results with restrictions

steinerBudget

Author

Code

Amine Benslimane, https://github.com/bnslmn

Any suggestions ? ==> Amine.Benslimane@etu.sorbonne-universite.fr

Master STL, Sorbonne Université, Mai 2021.

Interface graphique

M. Binh-Minh Bui Xuan.

Licence

GPLv3, feel free to use this code !