Function game::ltn::rat_runs::find_rat_runs [−][src]
pub fn find_rat_runs(
map: &Map,
neighborhood: &Neighborhood,
modal_filters: &ModalFilters
) -> Vec<RatRun>
Expand description
Ideally this returns every possible path through the neighborhood between two borders. Doesn’t work correctly yet.