Skip to content
Snippets Groups Projects
Commit 605a10cd authored by Thorsten Wißmann's avatar Thorsten Wißmann :guitar:
Browse files

Reduce set of agents to 5

It simplifies many things
parent 9a1f1a68
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ module TList = struct ...@@ -34,7 +34,7 @@ module TList = struct
let prod la lb = List.concat (List.map (fun a -> List.map (fun b -> (a,b)) lb) la) let prod la lb = List.concat (List.map (fun a -> List.map (fun b -> (a,b)) lb) la)
end end
let agents = ref ([|1;2;3;4;5;6;7;8;9;10|]) let agents = ref ([|1;2;3;4;5|])
let cl_get_agents () = !agents let cl_get_agents () = !agents
let cl_set_agents arr = ignore ( let cl_set_agents arr = ignore (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment