Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECOS 2.0.7 → 2.0.8 Integer QCQP regression (both via latest ecos-python 2.0.7). #194

Closed
Viech opened this issue Jan 10, 2021 · 1 comment

Comments

@Viech
Copy link

Viech commented Jan 10, 2021

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.

% md5sums *
32116275494fb8e405b621b8c2a551b7  problem.pickle
3891743a74c3e12be25f8d4f3a3a7eeb  reproduce.py
e5d8ac8d189bd5942e6f5c35ced1962f  reproduce.zip
@Viech
Copy link
Author

Viech commented May 25, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant