Goblint_solver.Td3
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
module type Hooks = sig ... end
module Basic : ConstrSys.GenericEqIncrSolver
TD3 with no hooks.
module DepVals : ConstrSys.GenericEqIncrSolver
TD3 with eval skipping using dep_vals
.