macro_rules! assign_to {
    ($map:ident, $st:ident, $sched:expr, $location:expr, $task_locations:ident) => { ... };
}