systemes-concurrents/TP1/question3/specifs.q
Raphaël LACROIX f570469914 los fichios
2023-03-31 14:13:28 +02:00

42 lines
614 B
Text

//This file was generated from UPPAAL 3.4.5, Mar 2004
/*
Absence de blocage
*/
A[] not deadlock
/*
Pb de synchro
*/
E<> gauche.after_a and droit.after_b
/*
Pb de synchro
*/
E<> gauche.after_b and droit.after_a
/*
Possibilite d'avoir des communications sur a (gauche -> droite)
*/
E<> gauche.after_a
/*
Possibilite d'avoir des communications sur b (droite -> gauche)
*/
E<> gauche.after_b
/*
Possibilite d'avoir infiniment des communications sur a (gauche -> droite)
*/
E[] not gauche.after_b
/*
Possibilite d'avoir infiniment des communications sur b (droite -> gauche)
*/
E[] not gauche.after_a