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:
                                             Domino.retourne():void
[loop,numerical,structural,local_polyh]      Partie.creerMain(int,int):void
                                             Partie.valeurDomino(Domino):int
[loop,numerical,structural,local_mono]       Partie.creerPioche():void
[loop,numerical,structural,local_polyh]      public Partie.(int):void
                                             Sequence.imprimer():void
[loop,numerical,structural,local_polyh]      static Partie.nieme(Liste,int):Domino
[loop,structural,local_polyh]                Sequence.ajouterADroite(Domino):void
                                             Partie.imprimeMain(int):void
                                             Sequence.valeurGauche():int
                                             Sequence.ajouterAGauche(Domino):void
                                             Sequence.(Domino):void
                                             Partie.piocher():Domino
                                             Partie.premierCoup(int):Sequence
[loop,numerical,structural,local_polyh]      Partie.jouer(int,Sequence):boolean
[loop,structural,local_polyh]                static Partie.longueur(Liste):int
[loop,structural,local_polyh]                static Partie.lister(Liste):void
[loop,numerical,structural,local_polyh]      Partie.plusForteMain():int
                                             Liste.(Domino,Liste):void
                                             public Domino.equals(java.lang.Object):boolean
[loop,structural,local_polyh]                Partie.mettreMeilleurDevant(Liste,Sequence):Liste
[loop,structural,local_polyh]                Sequence.valeurDroite():int
                                             public static Partie.main(java.lang.String[]):void
[loop,structural,local_polyh]                static Partie.supprimer(Liste,Domino):Liste
                                             Domino.(int,int):void
                                             static Partie.():void
[loop,numerical,structural,local_polyh]      Partie.imprimeGagnants():void
                                             Partie.entierAuHasard(int):int
                                             static Partie.jouable(Domino,Sequence):boolean
[loop,numerical,structural,local_polyh]      Partie.valeurMain(int):int

Some calls to these methods might not terminate:
  none
There are no warnings