it should be a strict partial order. In fact, you can think partial
order as ordinary "<=", ">=", except that this relation exist between
only some of the elements in this set (if the relation can be set up
between each two of the elements, then it is a total order).
Partial order in this context reflects the fact that some events can
happen parallel, so there is no happens-before-relationship between
these evens.
P.S. About more information of happens-before, you can refer to some
articles written by SARITA V. ADVE.
On Jul 17, 3:35 pm, Radha <
trkrish...@gmail.com> wrote:
> Hello all,
> I was reading the file "02-Chapter_02.ppt" downloaded from the book's
> companion website .
> It contains the ppt slides corresponding to chapter 2. In slide #23
> I see that the relation "A -> B" ( read as A happens before B or A
> precedes B ) is a partial order.
>
> I was reading through a discrete math text book as well ashttp://
en.wiktionary.org/wiki/partial_order