Since upgrading ECOS from 2.0.7 to 2.0.8, two integer QCQP test cases in the PICOS test bench (IQCQP1 and IQCQP2 defined here) are failing. The issue is tracked on PICOS end as #252. For both versions I'm using the same latest Python interface, that is ecos-python 2.0.7. I'm posting here first as the issue looks somewhat more backend than interface related though maybe all that's mssing is a release of ecos-python 2.0.8…
I have attached a ZIP archive containing a Python script reproduce.py and a problem.pickle file that can be used to reproduce the regression. Please note the security warning with respect to loading pickled data. If you do not want to use the script, you could instead clone the PICOS repository and run ./test.py -s ecos -c IQCQP1 -d. I have also attached two log files, ecos_2.0.7.log and ecos_2.0.8.log, that show the output of reproduce.py with the respective version of ECOS installed on my end.
I'm running Arch Linux (Kernel 5.10.5) with Python 3.9.1 and theAUR packages ecos and python-ecos.
ecos-python 2.0.8 was released six days later but I did not realize this until now as its AUR package wasn't updated so far. And indeed, updating ecos-python to match the ECOS version resolves this issue!
Since upgrading ECOS from
2.0.7
to2.0.8
, two integer QCQP test cases in the PICOS test bench (IQCQP1
andIQCQP2
defined here) are failing. The issue is tracked on PICOS end as #252. For both versions I'm using the same latest Python interface, that is ecos-python2.0.7
. I'm posting here first as the issue looks somewhat more backend than interface related though maybe all that's mssing is a release of ecos-python2.0.8
…I have attached a ZIP archive containing a Python script
reproduce.py
and aproblem.pickle
file that can be used to reproduce the regression. Please note the security warning with respect to loading pickled data. If you do not want to use the script, you could instead clone the PICOS repository and run./test.py -s ecos -c IQCQP1 -d
. I have also attached two log files, ecos_2.0.7.log and ecos_2.0.8.log, that show the output ofreproduce.py
with the respective version of ECOS installed on my end.I'm running Arch Linux (Kernel
5.10.5
) with Python3.9.1
and theAUR packages ecos and python-ecos.