Skip to content
Snippets Groups Projects
Commit 6159a5ec authored by Michael Leuschel's avatar Michael Leuschel
Browse files

improve bridge visualisation

parent a12da3e1
No related branches found
No related tags found
No related merge requests found
...@@ -4,22 +4,22 @@ ...@@ -4,22 +4,22 @@
{ {
"id": "nr_cars_on_island", "id": "nr_cars_on_island",
"attr": "text", "attr": "text",
"value": "b" "value": "FORMAT_TO_STRING(\"b=~w\",[b])"
}, },
{ {
"id": "nr_cars_on_bridge_a", "id": "nr_cars_on_bridge_a",
"attr": "text", "attr": "text",
"value": "a" "value": "FORMAT_TO_STRING(\"a=~w\",[a])"
}, },
{ {
"id": "nr_cars_on_bridge_c", "id": "nr_cars_on_bridge_c",
"attr": "text", "attr": "text",
"value": "c" "value": "FORMAT_TO_STRING(\"c=~w\",[c])"
}, },
{ {
"id": "nr_cars_on_island_and_bridge", "id": "nr_cars_on_island_and_bridge",
"attr": "text", "attr": "text",
"value": "FORMAT_TO_STRING(\"~w/~w\",[n,d])" "value": "FORMAT_TO_STRING(\"cars: ~w/~w\",[n,d])"
}, },
{ {
"id": "IL", "id": "IL",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment