|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SeparationEvaluation
Construit la solution exacte du problème du voyageur de commerce à l'aide de l'algorithme de séparation et d'évaluation.
Field Summary | |
(package private) double |
borne
|
(package private) int[] |
circuit
|
(package private) java.util.Vector |
dessin
|
(package private) Graphe |
graphe
|
(package private) int[] |
min_circuit
|
(package private) boolean[] |
utilise
|
Constructor Summary | |
(package private) |
SeparationEvaluation(Graphe graphe)
Constructeur par défaut |
Method Summary | |
void |
algorithme(Graphe graphe)
Application de l'algorithme de séparation et évaluation |
(package private) void |
recherche(int niveau,
double distance)
Recherche le circuit le plus court pour relier tous les points. |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.util.Vector dessin
double borne
int[] circuit
int[] min_circuit
boolean[] utilise
Graphe graphe
Constructor Detail |
SeparationEvaluation(Graphe graphe)
Method Detail |
void recherche(int niveau, double distance)
niveau
- nombre de ville insérée dans le circui.distance
- longueur du circuitpublic void algorithme(Graphe graphe)
graphe
- les informations sur le graphe
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |