Jämför commits
No commits in common. "d751d66e7ad2226495304573359eeb994d9308b1" and "d7ca7a2be8b4dff7868848ac308a7428919c060b" have entirely different histories.
d751d66e7a
...
d7ca7a2be8
2 ändrade filer med 4 tillägg och 4 borttagningar
|
@ -6,10 +6,10 @@ import org.insa.graphs.model.Arc;
|
|||
import org.insa.graphs.model.Node;
|
||||
|
||||
public class Label implements Comparable<Label> {
|
||||
private Node sommet;
|
||||
private boolean marque;
|
||||
private double cost;
|
||||
private Arc parent;
|
||||
protected Node sommet;
|
||||
protected boolean marque;
|
||||
protected double cost;
|
||||
protected Arc parent;
|
||||
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Laddar…
Referens i nytt ärende