package goblint

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

Module Goblint_solver.SelectorSource

Solver, which delegates at runtime to the configured solver.

Sourceval solvers : (string * (module ConstrSys.GenericEqIncrSolver)) list ref
Sourceval add_solver : (string * (module ConstrSys.GenericEqIncrSolver)) -> unit

Register your solvers here!!!

Sourceval choose_solver : string -> (module ConstrSys.GenericEqIncrSolver)

Dynamically choose the solver.

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

OCaml

Innovation. Community. Security.