Package com.imsl.test.example.math
Class QuadraticProgrammingEx3
java.lang.Object
com.imsl.test.example.math.QuadraticProgrammingEx3
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidWriteCutString(String value, int interval)
-
Constructor Details
-
QuadraticProgrammingEx3
public QuadraticProgrammingEx3()
-
-
Method Details
-
main
-
WriteCutString
-