franktakes / teexgraph

C++ library for large-scale network analysis and computation
GNU General Public License v3.0
24 stars 8 forks source link

Constructors take graph information; load from vectors #13

Closed r-barnes closed 2 years ago

r-barnes commented 3 years ago

Adds Graph constructors to load information following the RAII pattern.

Adds functionality to load arc list from existing vectors.

Increases MAXN value.