32 void createAdjLists(
Network* nw);
35 std::vector<int> adjLists;
36 std::vector<int> adjListBeg;
Contains graph theoretic representation of a pipe network.
Definition: graph.h:25
Contains the data elements that describe a pipe network.
Definition: network.h:41