Class WideningWorklistSolver<State>

WideningWorklistSolver performs a worklist-based iterative analysis using widening to accelerate convergence when a specified iteration threshold is reached.

Type Parameters

  • State

    The type representing the state in the analysis.

Hierarchy (view full)

Constructors

Properties

cfg: CFG
lattice: Semilattice<State>
transfer: Transfer<State>

Methods