package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val solvers : (string * (module Analyses.GenericEqBoxIncrSolver)) list Prelude.ref
val add_solver : (string * (module Analyses.GenericEqBoxIncrSolver)) -> unit

Register your solvers here!!!

val choose_solver : string -> (module Analyses.GenericEqBoxIncrSolver)

Dynamically choose the solver.

module Make (Arg : Analyses.IncrSolverArg) (S : Analyses.EqConstrSys) (VH : Prelude.Hashtbl.S with type key = S.v) : sig ... end

The solver that actually uses the implementation based of GobConfig.get_string "solver".