Module Kappa_terms.ConfigurationSource
Sourcetype period = | DE of int| DT of float
Sourcetype t = {progressSize : int;progressChar : char;dumpIfDeadlocked : bool;initial : float option;maxConsecutiveClash : int;outputFileName : string option;plotPeriod : period option;seed : int option;traceFileName : string option;deltaActivitiesFileName : string option;
}