//
 // Create the Pebbler version of the hypergraph for analysis (integer-based hypergraph)
 //
 private void ConstructPebblingHypergraph()
 {
     // Create the Pebbler version of the hypergraph (all integer representation) from the original hypergraph
     pebblerGraph = graph.GetPebblerHypergraph();
 }
Esempio n. 2
0
 //
 // Create the Pebbler version of the hypergraph for analysis (integer-based hypergraph)
 //
 private void ConstructPebblingHypergraph()
 {
     // Create the Pebbler version of the hypergraph (all integer representation) from the original hypergraph
     pebblerGraph = deductiveGraph.GetPebblerHypergraph();
 }