Package com.ibm.wala.analysis.arraybounds.hypergraph
package com.ibm.wala.analysis.arraybounds.hypergraph
This package contains a generic implementation of directed hypergraphs. The implementation is
optimized for shortest path search, with
ShortestPath
-
ClassDescriptionA DirectedHyperEdge is an edge of a
DirectedHyperGraph
.Implementation of a directed hyper graph.HyperNode<T>A HyperNode is a node of aDirectedHyperGraph
.