package goblint

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

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

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