SLR.SLR3the SLR3 box solver
module S : Analyses.EqConstrSysmodule HM : Goblint_lib.Prelude.Hashtbl.S with type key = S.vinclude sig ... endmodule GU = Goblintutilval stack_d : int Prelude.refval max_c : int Prelude.refval max_var : S.Var.t option Prelude.refval histo : int HM.tval increase : S.Var.t -> unitval new_var_event : S.Var.t -> unitval get_var_event : S.Var.t -> unitval eval_rhs_event : S.Var.t -> unitval print_solver_stats : (unit -> unit) Prelude.refval ncontexts : int Prelude.refval print_context_stats : 'a HM.t -> unitval stats_csv : unit BatIO.output optionval write_csv : string list -> unit BatIO.output -> unitmodule VS : sig ... endmodule P : sig ... endmodule HPM : sig ... end