pub fn plan_budget(input: &BudgetInput) -> BudgetOutcomeExpand description
Compute I = min(L, H, C - O - R - M) and B = I - F without I/O or
request mutation.
pub fn plan_budget(input: &BudgetInput) -> BudgetOutcomeCompute I = min(L, H, C - O - R - M) and B = I - F without I/O or
request mutation.