Merge branch 'master' of https://git.etud.insa-toulouse.fr/brunetto/BEGraphes
這個提交存在於:
當前提交
24c41e7f3b
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
|
@ -25,7 +25,7 @@ public class Label implements Comparable<Label>{
|
|||
this.sommetCourant = sommetCourant ;
|
||||
this.marque = false ;
|
||||
this.coutRealise = -1.0 ; //infini
|
||||
this.pere = null ;
|
||||
this.pere = null ; //sommet inexistant
|
||||
}
|
||||
|
||||
/* METHODES */
|
||||
|
|
|
|||
載入中…
新增問題並參考