pub fn solve(level: &Level) -> SolveOutcomeExpand description
Search for a signpost set (within the level’s inventory) that meets the
level’s goal, under DEFAULT_NODE_BUDGET. Prefers fewer posts.
pub fn solve(level: &Level) -> SolveOutcomeSearch for a signpost set (within the level’s inventory) that meets the
level’s goal, under DEFAULT_NODE_BUDGET. Prefers fewer posts.