package goblint

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

Module Goblint_solver.Td3Source

Incremental/interactive terminating top-down solver, which supports space-efficiency and caching (td3).

Incremental terminating top down solver that optionally only keeps values at widening points and restores other values afterwards.

module M = Messages
Sourcemodule type Hooks = sig ... end
Sourceval after_config : unit -> unit