What would you like to submit? (put an 'x' inside the bracket that applies)
Issue description
Lower and Upperbounds properties have no Set accessors.
public double[] UpperBounds
{
get { return upperBound; }
}
public double[] LowerBounds
{
get { return lowerBound; }
}