Class DualBoundConstraintsTest

    • Constructor Detail

      • DualBoundConstraintsTest

        public DualBoundConstraintsTest()
    • Method Detail

      • testNumericalConstraints

        public final void testNumericalConstraints()
        Test the DoubleBound Constraints.
      • checkConstraint

        public final void checkConstraint​(double low,
                                          double high,
                                          boolean includeLow,
                                          boolean includeHigh)
        Create a DoubleBound for the given values and test it.
        Parameters:
        low - double; the low limit of the DoubleBound
        high - double; the high limit of the DoubleBound
        includeLow - boolean; does the DoubleBound include the low limit value
        includeHigh - boolean; does the DoubleBound include the high limit value