This Code includes two optimize probelms, the first one can be solved sucessfully, while the second one can not be sloved and output unknow problem information. The result is weird because the second one optimizaton include the same objective problem as the first one and with less constraints. In addition, in some computer, these two optimization problem are solved successfully.
result of second optimization is as follows: (code is in attachment, for confidentiality, some input data are not includes but with some explaination)
Problem
Name :
Objective sense : min
Type : CONIC (conic optimization problem)
Constraints : 96001
Cones : 1
Scalar variables : 241002
Matrix variables : 0
Integer variables : 0
Optimizer started.
Presolve started.
Linear dependency checker started.
Linear dependency checker terminated.
Eliminator started.
Freed constraints in eliminator : 43000
Eliminator terminated.
Eliminator started.
Freed constraints in eliminator : 1000
Eliminator terminated.
Eliminator - tries : 2 time : 0.00
Lin. dep. - tries : 1 time : 0.03
Lin. dep. - number : 0
Presolve terminated. Time: 0.36
Problem
Name :
Objective sense : min
Type : CONIC (conic optimization problem)
Constraints : 96001
Cones : 1
Scalar variables : 241002
Matrix variables : 0
Integer variables : 0
Optimizer - threads : 4
Optimizer - solved problem : the primal
Optimizer - Constraints : 47081
Optimizer - Cones : 2
Optimizer - Scalar variables : 162243 conic : 48083
Optimizer - Semi-definite variables: 0 scalarized : 0
Factor - setup time : 0.13 dense det. time : 0.00
Factor - ML order time : 0.01 GP order time : 0.00
Factor - nonzeros before factor : 3.70e+05 after factor : 3.70e+05
Factor - dense dim. : 4 flops : 5.08e+06
ITE PFEAS DFEAS GFEAS PRSTATUS POBJ DOBJ MU TIME
0 1.0e+00 2.4e+04 1.0e+00 0.00e+00 -7.568927526e+02 -7.888927526e+02 1.0e+00 0.59
1 9.4e-01 2.2e+04 9.4e-01 -9.97e-01 -8.328274041e+02 -7.967731471e+02 9.4e-01 0.84
2 2.1e-01 5.1e+03 1.0e-01 -9.97e-01 -4.788819668e+03 -1.103999965e+03 2.1e-01 0.89
3 2.2e-02 5.2e+02 3.6e-03 -9.85e-01 -4.484441442e+04 -3.432818610e+03 2.2e-02 0.94
4 3.5e-05 8.2e-01 1.6e-06 -8.60e-01 -5.521905223e+05 -3.767897681e+04 3.5e-05 0.98
5 5.6e-06 1.3e-01 7.5e-07 1.10e+00 -8.839480710e+04 -3.030132117e+04 5.6e-06 1.03
6 4.5e-07 1.1e-02 2.8e-07 1.19e+00 -3.085745566e+04 -2.820407337e+04 3.6e-07 1.08
7 8.5e-08 1.2e-03 1.0e-07 9.96e-01 -2.837572783e+04 -2.809789289e+04 3.8e-08 1.13
8 3.7e-09 8.2e-05 4.2e-08 1.00e+00 -2.808612748e+04 -2.806631416e+04 2.7e-09 1.17
9 3.7e-09 8.2e-05 4.2e-08 1.00e+00 -2.808612748e+04 -2.806631416e+04 2.7e-09 1.36
Optimizer terminated. Time: 1.66
Interior-point solution summary
Problem status : UNKNOWN
Solution status : UNKNOWN
Primal. obj: -2.8086127479e+04 nrm: 4e+01 Viol. con: 3e+00 var: 4e-01 cones: 0e+00
Dual. obj: -2.8066301980e+04 nrm: 3e+01 Viol. con: 0e+00 var: 1e+00 cones: 0e+00
Optimizer summary
Optimizer - time: 1.66
Interior-point - iterations : 10 time: 1.58
Basis identification - time: 0.00
Primal - iterations : 0 time: 0.00
Dual - iterations : 0 time: 0.00
Clean primal - iterations : 0 time: 0.00
Clean dual - iterations : 0 time: 0.00
Simplex - time: 0.00
Primal simplex - iterations : 0 time: 0.00
Dual simplex - iterations : 0 time: 0.00
Mixed integer - relaxations: 0 time: 0.00
ans =
'Unknown problem in solver (Turn on 'debug' in sdpsettings) (MOSEK)'