Skip to content

Commit 1f63c72

Browse files
committed
Add Halbwachs cite to LoopTermination analysis
1 parent bdf08c5 commit 1f63c72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/analyses/loopTermination.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
(** Termination analysis for loops and [goto] statements ([termination]). *)
1+
(** Termination analysis for loops and [goto] statements ([termination]).
2+
3+
@see <https://theses.hal.science/tel-00288805> Halbwachs, N. Détermination automatique de relations linéaires vérifiées par les variables d’un programme. PhD thesis. Section 8.3. *)
24

35
open Analyses
46
open GoblintCil

0 commit comments

Comments
 (0)