-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add Docplex tutorials #90
Conversation
Three examples of how encoding a optimization problem in openQAOA using a docplex model. - Basic example - Portfolio Optimization - Bin Packing problem
Codecov Report
@@ Coverage Diff @@
## dev #90 +/- ##
==========================================
- Coverage 92.84% 87.41% -5.43%
==========================================
Files 60 67 +7
Lines 7629 8910 +1281
==========================================
+ Hits 7083 7789 +706
- Misses 546 1121 +575
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
examples/Tutorail 1 Quantum Approximate Optimization Algorithm.ipynb
Outdated
Show resolved
Hide resolved
@MaldoAlberto , apologies for the delay! Could you please add the notebooks to the test file For example,
Thanks! |
@Q-lds I added the changes that you indicated me 😄 |
@vishal-ph, here we have two open questions:
|
Description
-Three examples of how encoding an optimization problem in openQAOA using a docplex model.
Tutorial 10 Basic example
Tutorial 11 Portfolio Optimization
Tutorial 12 Bin Packing problem
-using the class FromDocplex2IsingModel
Tutorial about QAOA using OpenQAOA
Fixes # (issue)
Checklist
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Name the new unit-tests that you have added along with this change.