1
2
3
4
5
6
7
use api::*;
use state::*;

fn dijkstra(agent: Agent, state: &CurrentInfo) -> Vec<Position> {
  
  Vec::new()
}