Input format - 2074813f/ANC4 GitHub Wiki
The expected input format for the system is a text file which describes a set of links and nodes as a space-seperated format where each line represents a device (Node or Link), with the following format for each line:
- Node: "node "
- Link: "link <first_node> <second_node> "
Note that only nodes with no links (i.e. no vertices) explicitly need to described, since describing a link implicitly defines a node.