Revision 4ca27bae custompackages/graph-parser/src/main.cpp
custompackages/graph-parser/src/main.cpp | ||
---|---|---|
74 | 74 |
} |
75 | 75 |
|
76 | 76 |
int main(int argc, char * argv[]) { |
77 |
// Example: ./main simple.edges 1 true true |
|
78 |
|
|
77 | 79 |
bool is_weighted_graph = true; |
78 | 80 |
bool targets_inclusion = true; |
79 | 81 |
string filepath; |
Also available in: Unified diff