summaryrefslogtreecommitdiff
path: root/tests/general_tests/qpipoptmat/qpipoptmat_zeros.sce
blob: ee9cfc9c84431a0279dc0a69af301531a47afdc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// A simple example without constraints

f=[0]'; 
H =[0];

//Output
//
//Optimal Solution Found.
// 
//   lower: 0
//   upper: 0
//   eqlin: [0x0 constant]
//   ineqlin: [0x0 constant]
// 
// lambda   
// 
//   Iterations: 0
// 
// output   
// 
//  0  
// 
// exitflag   
// 
//    0.  
// 
// fopt   
// 
//    0.  
// 
// xopt 


[xopt,fopt,exitflag,output,lambda]=qpipoptmat(H,f);