pub fn parse_matpower_file(path: impl AsRef<Path>) -> Result<Network, Error>
Parse the MATPOWER case at path, using the file stem as the network name.
path