|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PlusProcheVoisin
Construit une approche du problème du voyageur de commerce à l'aide de l'heuristique du plus proche voisin.
Field Summary | |
(package private) java.util.Vector |
dessin
|
Constructor Summary | |
(package private) |
PlusProcheVoisin()
Constructeur par défaut |
Method Summary | |
void |
algorithme(Graphe graphe)
Application de l'algorithme du plus proche voisin |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.util.Vector dessin
Constructor Detail |
PlusProcheVoisin()
Method Detail |
public void algorithme(Graphe graphe)
graphe
- contient les informations sur les points du circuit et
les distances entre les points.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |