package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Solver, which delegates at runtime to the configured solver.

val solvers : (string * (module Analyses.GenericEqIncrSolver)) list Stdlib.ref
val add_solver : (string * (module Analyses.GenericEqIncrSolver)) -> unit

Register your solvers here!!!

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

Dynamically choose the solver.

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

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

OCaml

Innovation. Community. Security.