-
Investigate using Higher-Order Unconstrained Binary Optimization (HOBO) instead of QUBO
A starting point for reading may be:
https://arxiv.org/abs/2107.03234
-
Currently, the reduce_degree is done inside each toqubo_constraint! call.
If it was done after every constraint is known, it could leverage in the knowledge of how many times each product appears i…
-
In [the last commit in master](https://github.com/AndreyBychkov/QBee/tree/c444d1bc8c76dcf9c2b316354e215bcaa92d072c) it was enough to have `T''` in the system. However, [in the next commit in dev](http…
-
In some of the projects I am running it is necessary, sometimes, to sort variables by their indices.
Instead of just entering
```julia
isless(x::MOI.VariableIndex, y::MOI.VariableIndex) = isless(…
-
Where is Random used?
Only in `shuffle`?
Usage of Random should be accompanied by an explicit random number generator like `Random.MersenneTwister` that requires a seed. This is necessary to ensur…
-
It would be great if there will be some hot-key (maybe just Ctrl + C) to stop the computation and return the currently optimal quadratization (maybe not a globally optimal one).
-
I checked the "known issues page" and also the existing Issues that were already raised, and in both places searched "contributions" and didn't find anything, and the issue didn't come up as a "relate…