# Data file for Farmer Jones LP using number of crops param n := 2; #1==corn 2==wheat; # Yield[j] is the yield per acre of crop j param Yield := 1 10 2 25; # {j in Crops} or {Crops} work equally; param LaborHrs := 1 4 2 10; param SellPrice := 1 3 2 4; param MinCrop := 1 30 2 0; # no min production level for wheat param Land := 7; # Total land available in acres param TotalLaborHrs := 40;