Functor Topology.Line.Topo


module Topo: 
functor (Params : Parameters) -> sig .. end
Parameters:
Params : Parameters

val ring : unit -> int array array
create an array of neigbourhoods according to the ring (periodic) topology.
val bounded : unit -> int array array
create an array of neigbourhoods according to the finite-size, empty boundary, topology.
val neighbourhoods : int array array
val distance_to_boundary : int -> int
val init_drawings : simulation_time:int -> unit
val draw_configuration : unit -> ('a -> Graphics.color) -> 'a array -> int -> unit