X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e716b5b6eb47bcdd09c22747a617a7f68e65a645..3ddb87efeb93cc20cffe56c8e68bb430cc38a91f:/examples/msg/mc/bugged2_liveness.c diff --git a/examples/msg/mc/bugged2_liveness.c b/examples/msg/mc/bugged2_liveness.c index 4ab7ab2514..305771fbdc 100644 --- a/examples/msg/mc/bugged2_liveness.c +++ b/examples/msg/mc/bugged2_liveness.c @@ -1,9 +1,6 @@ /***************** Producer/Consumer Algorithm *************************/ /* This example implements a producer/consumer algorithm. */ /* If consumer work before producer, message is empty */ -/* LTL property checked : GF((pready U produce) -> (cready U consume)) */ -/* (pready = producer got CS, produce=message pushed in the buffer) */ -/* (cready = consumer got CS, consume=message display by consumer) */ /***********************************************************************/