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.
Constructor and Description |
---|
QuadraticProgrammingEx3() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static void |
WriteCutString(String value,
int interval) |
Copyright © 2020 Rogue Wave Software. All rights reserved.