Merge branch 'master' of https://git.etud.insa-toulouse.fr/brunetto/BEGraphes
This commit is contained in:
commit
24c41e7f3b
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue