Start of Label
This commit is contained in:
parent
c3e188aab2
commit
8726dded7e
1 changed files with 14 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
package org.insa.graphs.algorithm.shortestpath;
|
||||
|
||||
public class Label {
|
||||
|
||||
private Node sommetCourant;
|
||||
|
||||
private Boolean marque;
|
||||
|
||||
private int coutRealise;
|
||||
|
||||
public int getCost();
|
||||
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue