diff options
Diffstat (limited to 'tests/general_tests/lsqlin/lsqlin_infeasible1.sce')
-rw-r--r-- | tests/general_tests/lsqlin/lsqlin_infeasible1.sce | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/tests/general_tests/lsqlin/lsqlin_infeasible1.sce b/tests/general_tests/lsqlin/lsqlin_infeasible1.sce index 9509309..414841d 100644 --- a/tests/general_tests/lsqlin/lsqlin_infeasible1.sce +++ b/tests/general_tests/lsqlin/lsqlin_infeasible1.sce @@ -17,20 +17,23 @@ beq = [-6 -6 11]; // ineqlin: [0x0 constant] // output = // -// Iterations: 0 +// Iterations: 105 +// ConstrViolation: 0.3333333 // exitflag = // // 5 // residual = // -// 1. -// 0. -// - 1. +// - 10.333333 +// - 1.021D-13 +// - 12.333333 // resnorm = // -// 2. +// 258.88889 // xopt = // -// [] +// 5.6666667 +// 5.6666667 +// 0. [xopt,resnorm,residual,exitflag,output,lambda] = lsqlin(C,d,[],[],Aeq,beq) |