Class QuadraticProgrammingEx3

java.lang.Object
com.imsl.test.example.math.QuadraticProgrammingEx3

public class QuadraticProgrammingEx3 extends Object

Illustrates the exception thrown by the solver when it encounters inconsistent style constraints.

In the quadratic programming problem variables 2 and 6 are fixed at the value zero by the equality constraints. The inequalities propose that the sums of the variables are at least 5.1 and no more than 4.9. These last two are inconsistent conditions, causing the InconsistentSystemException to be thrown.

See Also:
  • Constructor Details

    • QuadraticProgrammingEx3

      public QuadraticProgrammingEx3()
  • Method Details

    • main

      public static void main(String[] args)
    • WriteCutString

      public static void WriteCutString(String value, int interval)