vrp_cli::extensions::import
pub fn import_problem<R: Read>( input_format: &str, readers: Option<Vec<BufReader<R>>>) -> Result<Problem, String>