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
All calls to these methods terminate:
public Node3.getNext():Node
public Node1.getValue():int
public Node2.getNext():Node
public Node1.getNext():Node
public Node1.(int,Node):void
public Node2.setValue(int):void
[loop,numerical,structural,local_polyh] public static TestJulia5.main(java.lang.String[]):void
public Node3.(int,Node):void
public Node2.(int,Node):void
public Node1.setNext(Node):void
public Node2.getValue():int
Some calls to these methods might not terminate:
none
There are no warnings