Create maximin-constraints related to an item parameter/value. That is, the created
constraints can be used to maximize the minimal sum of the
item values (itemValues), while at the same time setting an upper limit to the
overflow by means of a maximally allowed deviation allowedDeviation.
# constraint that minimizes the maximum difference per test form value and a# target value of 0maximinObjective(nForms = 2, itemValues = rep(-2:2, 2),
allowedDeviation = 1)