Class GraphChange

java.lang.Object
edu.cmu.tetrad.search.work_in_progress.GraphChange

public class GraphChange extends Object

Provides s a data structure created mainly for use in the ION search algorithm. However, it models a general concept: storage for a variety of seperate changes one could possibly apply to a PAG.

By convention, the NodePairs in the orients ArrayList are ordered such that Node1 is the "from" node and Node2 is the "to" node (ie 1 o-> 2).

Version:
$Id: $Id
Author:
Trevor Burns