Content deleted Content added
m Copyediting in citations - nonbreaking spaces and en dashes (manually reviewed) |
ce |
||
(22 intermediate revisions by 13 users not shown) | |||
Line 1:
{{short description|Type of graph used in workflow modeling}}
In [[mathematics]] [[graph theory]] a '''process
==Description==
▲In [[graph theory]] a '''process-graph''' or P-graph is a [[directed graph|directed]] [[bipartite graph]] used in [[workflow]] [[Conceptual model|modeling]].
▲The [[vertex (graph theory)|vertices]] of the [[Graph (discrete mathematics)|graph]] are of two types, operation (O) and material (M). The two vertex types form two [[:wikt:disjunctive|disjunctive]] [[set (mathematics)|set]]s. The [[edge (geometry)|edges]] of the graph link the O and M vertices. An edge from an operation vertex (O) connects to a material vertex (M) if M is the output of O, such as a 'document' (material) that is output by a 'write-up' (operation). An edge from M to O indicates that M is an element of the input set of O, e.g. a document may be part of the input to a 'review' operation.
==Applications==
Process-graph is in use in different fields of application in
Process graphs are also used in understanding the control flow of multi-threaded processes. If there are n concurrent threads running, a process graph models the execution of n concurrent threads and their trajectories through an n dimensional Cartesian plane. The origin of the graph corresponds to the initial state where none of the threads have completed an instruction. Each directed edge corresponds to the execution of an instruction and transition to other. Valid edges can either go up or right because programs cannot run backward for the edges to left or down. Since two threads can't complete the same instruction at the same time, diagonal edges are not allowed.
==References==
Line 15 ⟶ 13:
==External links==
* [https://web.archive.org/web/20140714150854/http://www.p-graph.com/wiki/index.php/Process_Graph_
* [http://onlinelibrary.wiley.com/doi/10.1002/%28SICI%291097-0037%28199803%2931:2%3C119::AID-NET6%3E3.0.CO;2-K/references/ Process Network Synthesis Problem Definition]
|