Explorar o código

Fixed input of BFS algorithm

Yentl Van Tendeloo %!s(int64=8) %!d(string=hai) anos
pai
achega
ca93cd1e2c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/bfs.alc

+ 1 - 1
models/bfs.alc

@@ -13,7 +13,7 @@ Element function bfs(params : Element, output_mms : Element):
 	Element path_copy
 	String option
 
-	model = params["reachability"]
+	model = params["reachability_graph"]
 
 	worklist = create_node()
 	initial = set_pop(allInstances(model, "InitialState"))