Functor Experiment.Density_vs_time.Experiment


module Experiment: 
functor (Topo : Types.Topology) ->
functor (Synchro : Types.Synchronism) ->
functor (Auto : Types.Rule) -> sig .. end
Parameters:
Topo : Types.Topology
Synchro : Types.Synchronism
Auto : Types.Rule

include struct ... end
val float_dimension : float
val sparser : int Pervasives.ref
val do_measurement : time:int -> (int -> unit) * (int -> unit)