diff options
Diffstat (limited to 'tests/general_tests/qpipoptmat/qpipoptmat_logical1.sce')
-rw-r--r-- | tests/general_tests/qpipoptmat/qpipoptmat_logical1.sce | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/general_tests/qpipoptmat/qpipoptmat_logical1.sce b/tests/general_tests/qpipoptmat/qpipoptmat_logical1.sce index 50ddc6e..e1288c6 100644 --- a/tests/general_tests/qpipoptmat/qpipoptmat_logical1.sce +++ b/tests/general_tests/qpipoptmat/qpipoptmat_logical1.sce @@ -1,10 +1,11 @@ // A simple example without constraints f=[2 -35 -47]'; -H =[5 -2 -1; -2 4 3; -1 3 5]; +H =[5 -2 -1; + -2 4 3; + -1 3 5]; [xopt,fopt,exitflag,output,lambda]=qpipoptmat(H,f); - //Output // //Optimal Solution Found. @@ -17,7 +18,7 @@ H =[5 -2 -1; -2 4 3; -1 3 5]; // lambda // // Iterations: 1 -// +// ConstrViolation: 0 // output // // 0 |