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:
[loop,structural,local_polyh] public PartitionList.sublistOddDistinctParts():PartitionList
IntList.getNext():IntList
[loop,numerical,structural,local_polyh] public static PartitionList.partitionOf(int):PartitionList
[loop,structural,local_polyh] Partition.isEqual(Partition):boolean
[loop,numerical,structural,local_polyh] Partition.dual():Partition
[loop,structural,local_polyh] Partition.number_greater(int):int
Partition.(int,Partition):void
PartitionList.(Partition,PartitionList):void
[loop,structural,local_polyh] public static PartitionList.union(PartitionList,PartitionList):PartitionList
[loop,numerical,structural,local_mono] public static PartitionList.generation(int,IntList):PartitionList
[loop,structural,local_polyh] public PartitionList.sublistAutoDual():PartitionList
public static PartitionList.main(java.lang.String[]):void
IntList.getFirst():int
[loop,structural,local_polyh] Partition.oddDistinctParts():boolean
IntList.(int,IntList):void
[loop,structural,local_polyh] public static PartitionList.insert(int,PartitionList):PartitionList
Some calls to these methods might not terminate:
none
There are no warnings