Jämför commits

..

No commits in common. "d751d66e7ad2226495304573359eeb994d9308b1" and "d7ca7a2be8b4dff7868848ac308a7428919c060b" have entirely different histories.

2 ändrade filer med 4 tillägg och 4 borttagningar

Visa fil

@ -6,10 +6,10 @@ import org.insa.graphs.model.Arc;
import org.insa.graphs.model.Node; import org.insa.graphs.model.Node;
public class Label implements Comparable<Label> { public class Label implements Comparable<Label> {
private Node sommet; protected Node sommet;
private boolean marque; protected boolean marque;
private double cost; protected double cost;
private Arc parent; protected Arc parent;