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.

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