-
Notifications
You must be signed in to change notification settings - Fork 141
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
[DNM] Add ScipyMilpOptimizer #447
Conversation
|
Thank you for your contribution. I notice that scipy 1.8.0 dropped Python 3.7 support https://pypi.org/project/scipy/1.8.0/#files. |
Thanks for your comment. I will try to resolve the problem then. |
Could you push the latest version? |
Sure! Done now |
@Dran-Z The next version of Qiskit Optimization should release in a few weeks. Would you like to fix this up so its ready to be included in this release? Since we have scipy in the requirement.txt |
If he cannot handle it, I will take over this work. |
@t-imamichi Sorry I am recently quite occupied to prepare a manuscript. It should help a lot if you could take a look at it. Many thanks! |
OK. I take over this PR. |
I will make another PR because @Dran-Z uses main branch of his repo for this PR. |
I close this PR because #496 has been merged. |
Summary
Add optimizer method for linear problem based on
scipy.optimize.milp
solver. This is a QAMP-fall-2022 project.