Hi there!
I can reformulate my optimization problem in a QUBO form.
And I certainly can add some constraints (equality & inequality).
A lot of variables (that is why QUBO is here) - approx. 100 000, and if I will add constraints - we can double that number. In theory those constraints can significantly reduce solution space.
I need a solver that can be used in Python to optimize my problem.
Can anybody suggest well-documented packages (or in active dev) that can be used for my case?
Maybe someone can suggest additional materials & links for that. Many thanks for considering my request.