parasol.parameters.FeasiblePair:
A FeasiblePair is a paired InputParam and OutputParam where the val
property of the InputParam is found such that the val property of
the OutputParam is equal to the desired feasibleVal for the
mathematical model under consideration (i.e.
parasol.Goal.Goal:
Find the value of X in the range minX to maxX that returns goalVal
from funcOfX.
parasol.parameters.MinMaxPair:
A MinMaxPair is a paired InputParam and OutputParam where the val
property of the InputParam is found such that the val property of
the OutputParam is minimized or maximized for the mathematical
model under consideration (i.e.