Class LPDimensionNotMatched

  • All Implemented Interfaces:
    Serializable

    public class LPDimensionNotMatched
    extends LPRuntimeException
    This is the exception thrown when the dimensions of the objective function and constraints of a linear programming problem are inconsistent.
    See Also:
    Serialized Form
    • Constructor Detail

      • LPDimensionNotMatched

        public LPDimensionNotMatched​(String msg)
        Construct an instance of LPDimensionNotMatched.
        Parameters:
        msg - the error message