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