package goblint

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

Module Goblint_lib.LoopTermination

Termination analysis for loops and goto statements (termination).

Contains all loop counter variables (varinfo) and maps them to their corresponding loop statement.

val ask_bound : ('a, 'b, 'c, 'd) Analyses.man -> GoblintCil.varinfo -> [> `Lifted of ValueDomainQueries.ID.I.t | `Top ]

Checks whether a variable can be bounded.

The termination analysis considering loops and gotos