variable z;
binary variable x;
equation e;
e.. z =e= sqr(x);
model m/e/;
solve m minimizing z using miqcp;
Results with GAMS 22.7:
- Cplex, SBB, DICOPT,COINBONMIN,BARON: OK
- Xpress: GAMS link does not implement MIQCP (Xpress has MIQP capability I believe)
- MOSEK: crashes
We'll check what happens with upcoming 22.8 version.
In 22.8 Mosek will no longer crash, but it still cannot solve this model.
ReplyDeleteMosek bug still present in GAMS 22.9.
ReplyDelete