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