This commit is contained in:
Marie Brunetto 2023-04-05 16:55:37 +02:00
commit 24c41e7f3b

View file

@ -25,7 +25,7 @@ public class Label implements Comparable<Label>{
this.sommetCourant = sommetCourant ; this.sommetCourant = sommetCourant ;
this.marque = false ; this.marque = false ;
this.coutRealise = -1.0 ; //infini this.coutRealise = -1.0 ; //infini
this.pere = null ; this.pere = null ; //sommet inexistant
} }
/* METHODES */ /* METHODES */