package kappa-library

  1. Overview
  2. Docs
type period =
  1. | DE of int
  2. | DT of float
type t = {
  1. progressSize : int;
  2. progressChar : char;
  3. dumpIfDeadlocked : bool;
  4. initial : float option;
  5. maxConsecutiveClash : int;
  6. outputFileName : string option;
  7. plotPeriod : period option;
  8. seed : int option;
  9. traceFileName : string option;
  10. deltaActivitiesFileName : string option;
}
val empty : t
val parse : ((string * Kappa_data_structures.Loc.t) * (string * Kappa_data_structures.Loc.t) list) list -> t * (bool * bool * bool) * string * string option
val print : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.