Jump to content

Event structure

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Smimram (talk | contribs) at 10:52, 20 February 2012 (Started a basic page about event structures, hopefully this will grow over time...). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In mathematics and computer science, an event structure represents a set of events, some of which can only be performed after another (there is a dependency between the events) and some of which might not be performed together (there is a conflict between the events).

Formal definition

An event structure consists of

  • a set of events
  • a [partial order] relation on called causal dependency,
  • a binary relation called incompatibility

such that

  • finite causes: for every event , the set of predecessors of is finite
  • hereditary conflict: for every events , if and then .

References

Template:Cite article