Vergelijk commits

...

2 commits

Author SHA1 Message Date
d751d66e7a beug 2023-04-19 13:39:16 +02:00
19fecc4486 private label 2023-04-19 13:37:25 +02:00
2 changed files with 4 additions and 4 deletions

View file

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