Skip to content
Snippets Groups Projects
Commit 1fe2e814 authored by Iovka Boneva's avatar Iovka Boneva
Browse files

minor

parent af76cd46
Branches
No related tags found
No related merge requests found
...@@ -132,7 +132,6 @@ object grapheLCK : ImplicitGraph { ...@@ -132,7 +132,6 @@ object grapheLCK : ImplicitGraph {
} }
private fun estInterdit (sommet: String) : Boolean { private fun estInterdit (sommet: String) : Boolean {
return false
val berger = sommet[BERGER] val berger = sommet[BERGER]
val loup = sommet[LOUP] val loup = sommet[LOUP]
val chevre = sommet[CHEVRE] val chevre = sommet[CHEVRE]
......
...@@ -33,7 +33,7 @@ class TestShortestPathTraces { ...@@ -33,7 +33,7 @@ class TestShortestPathTraces {
GraphsForTesting.grapheNonOrienteValue, GraphsForTesting.grapheNonOrienteValue,
"a" "a"
) )
println(TraceTableIO.toTableString(et)) //println(TraceTableIO.toTableString(et))
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment