Function aoc::year2022::day19::dfs

source ยท
fn dfs(
    blueprint: &Blueprint,
    result: &mut u32,
    time: u32,
    bots: Mineral,
    resources: Mineral,
)
Expand description

Depth first search over every possible combination pruning branches using heuristics.