recruit-communications / pyqubo

Python DSL for constructing QUBOs from mathematical expressions.
https://pyqubo.readthedocs.io/
Apache License 2.0
176 stars 46 forks source link

HOBO feature #88

Open adamglos92 opened 3 years ago

adamglos92 commented 3 years ago

Would it be possible to generate a higher-order binary optimization model? Simply the original one before the quadratization.

Basically, it could just output a dictionary at the moment.

adamglos92 commented 3 years ago

Any updates on this?

kotarotanahashi commented 3 years ago

@adamglos92 Sorry for replying so late. I think HUBO feature is necessary in some situations. Currently I am largely refactoring the PyQUBO code, so let me implement this feature after the refactoring. Thank you for the request!