Meaning of the annotations for the proof of each method:
- local_polyh: uses a local linear ranking function for the binary unfolding with polyhedra
- local_mono: uses a local linear ranking function for the binary unfolding with monotonicity constraints
- global_affrnkfn: uses a global affine ranking function with polyhedra
- numerical: the ranking function uses numerical variables or fields
- structural: the ranking function uses reference variables or fields
- loop: the method seems to be part of a loop or recursion
- introduces: a call to the method might diverge
- inherits: a call to the method might diverge only because it calls an introducing method
All calls to these methods terminate:
[loop,numerical,local_polyh] public example_1.Test.add(int,example_1.A):int
public example_1.Test.():void
example_1.B.incr(int):int
example_1.C.incr(int):int
example_1.A.incr(int):int
public example_1.B.():void
public example_1.A.():void
public example_1.C.():void
public static example_1.Test.main(java.lang.String[]):void
Some calls to these methods might not terminate:
none
Termination ratio: 100.0%