This commit is contained in:
Matteo Sabben 2025-04-29 18:09:11 +02:00
commit 6993453b31

View file

@ -1,5 +1,7 @@
package org.insa.graphs.algorithm.shortestpath; package org.insa.graphs.algorithm.shortestpath;
import org.insa.graphs.model.Arc;// sinon cela compilait pas
public class Label { public class Label {
/* sommet courant : sommet associé à ce label (sommet ou numéro de sommet). /* sommet courant : sommet associé à ce label (sommet ou numéro de sommet).