"src/main/git@mist.dsic.upv.es:program-slicing/SDG.git" did not exist on "2ec3631a66d6ddbb10686b21dd1cca1a245c91ed"
Newer
Older
import tfm.graphs.pdg.PDG;
import tfm.graphs.sdg.SDG;
* An arc used in the {@link PDG} and {@link SDG}
* used to represent control dependence between two nodes. The traditional definition of
* control dependence is: a node {@code a} is <it>control dependent</it> on node
* {@code b} if and only if {@code b} alters the number of times {@code a} is executed.
*/