fn check_input_prices(
input_prices: &HashMap<(CommodityID, RegionID, TimeSliceID), MoneyPerFlow>,
commodities: &[CommodityID],
)
Expand description
Sanity check for input prices.
Input prices should only be provided for commodities for which there will be no commodity balance constraint.