Hi Johan,
I have installed the latest YALMIP with CPLEX12.1. When I run "yalmiptest" I get the following message:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Test| Solution| Solver message|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| LP| N/A| Unknown problem in solver (try using 'debug'-flag in sdpsettings) (Error using cplexlp (line 180)
Cannot access method 'delete' in class 'meta.property'.)|
| LP| N/A| Unknown problem in solver (try using 'debug'-flag in sdpsettings) (Error using cplexlp (line 180)
Cannot access method 'delete' in class 'meta.property'.)|
| QP| N/A| Unknown problem in solver (try using 'debug'-flag in sdpsettings) (Error using cplexqp (line 186)
Cannot access method 'delete' in class 'meta.property'.)|
| QP| N/A| Unknown problem in solver (try using 'debug'-flag in sdpsettings) (Error using cplexqp (line 186)
Cannot access method 'delete' in class 'meta.property'.)|
| SOCP| N/A| Unknown problem in solver (try using 'debug'-flag in sdpsettings) (Error using cplexqcp (line 523)
Cannot access method 'delete' in class 'meta.property'.)|
| SOCP| N/A| Unknown problem in solver (try using 'debug'-flag in sdpsettings) (Error using cplexqcp (line 523)
Cannot access method 'delete' in class 'meta.property'.)|
| SOCP| N/A| Unknown problem in solver (try using 'debug'-flag in sdpsettings) (Error using cplexqcp (line 523)
Cannot access method 'delete' in class 'meta.property'.)|
| SDP| Correct| Successfully solved (DSDP-OPTI)|
| SDP| Correct| Successfully solved (DSDP-OPTI)|
| SDP| Correct| Successfully solved (DSDP-OPTI)|
| SDP| Correct| Successfully solved (DSDP-OPTI)|
| MAXDET| Correct| Successfully solved (DSDP-OPTI)|
| MAXDET| Correct| Successfully solved (DSDP-OPTI)|
| Infeasible LP| N/A| Unknown problem in solver (try using 'debug'-flag in sdpsettings) (Error using cplexlp (line 180)
Cannot access method 'delete' in class 'meta.property'.)|
| Infeasible QP| N/A| Unknown problem in solver (try using 'debug'-flag in sdpsettings) (Error using cplexqp (line 186)
Cannot access method 'delete' in class 'meta.property'.)|
| Infeasible SDP| N/A| Infeasible problem (DSDP-OPTI)|
| Moment relaxation| Correct| Successfully solved (DSDP-OPTI)|
| Sum-of-squares| Correct| Successfully solved (DSDP-OPTI)|
| Bilinear SDP| N/A| No suitable solver|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
and when I run "which cplex" I get the following:
C:\ILOG\CPLEX121\matlab\x64_win64\@Cplex\Cplex.p % Cplex constructor
Could you let me know what is the problem and is there any solution ?
Thank you in advance