entropicalabs / openqaoa

Multi-backend SDK for quantum optimisation
MIT License
116 stars 58 forks source link

adding bin packing problem #181

Closed alejomonbar closed 1 year ago

alejomonbar commented 1 year ago

Unitary Fund

Adding the bin packing problem using the docplex template. Additionally, solving some issues with the class FromDocplexToIsingModel.

Description

I would like to unify the different optimization problems in ./openqaoa/problems defining them as docplex models. I've presented the bin packing problem using this new methodology.

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.

vishal-ph commented 1 year ago

@alejomonbar, there seems to be a merge conflict in a file

alejomonbar commented 1 year ago

@alejomonbar, there seems to be a merge conflict in a file

@vishal-ph This is no anymore a pull request. I divided it into two different pull requests #201 and #198