General GERT rules
GERT uses activity-on-arrow notation only. That means that each activity is described on arrow. The nodes are used to connect activities, but also to determine type and conditions of relations between them. Each task has two parameters: duration and probability of appearance. There are three logical operators in GERT which concern activities incoming to the node: * XOR - alternative (only one path possible) * OR - alternative (one or more paths can be performed) * AND - all paths have to be performed The most common is AND, which means that every incoming activity has to happen before the outcoming one start. There are also two types of relations that concern activities outcoming from the node: * deterministic - every outcoming activity has probability equal to 1, which means that every one will be performed * probabilistic - each outcoming activity has some probability of appearance.GERT vs. other network diagrams
Its much less popular than PERT (Program Evaluation and Review Technique) or CPM (Critical Path Method). However it has can offer much more than those methods. PERT or CPM are very popular in most projects, but they have their limitations. The main are: * there are no alternative paths - all activities have to be performed * there are no loops - it is not possible to repeat activity, next similar activity has to be added * there are no decisions in the diagram - no and, or, xor options which help to choose proper path * there are no scaling - it is not possible to replace some detailed group of activities with the one summary task. GERT doesn't have those limitations. But it comes at a cost of more sophisticated diagram.References
Project management techniques Network analysis {{Business-stub