Read the network information from a text file with specific format.
read_net(file)
The name of text file
A list with the following components:
The number of network nodes
The vector of network node names
The logical adjacency matrix
This function reads the network information from a text file with specific format: each line contains two strings separated by spaces, which correspond to the names of two end points of one edge in the network.