You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GAMS is currently developing code that is able to transform Integer Programs to QUBOs.
We can add this as a solver to the ILP problem mask, as the output of this "solver" is a QUBO, the meta solver strategy will then switch to the QUBO problem mask.
According to GAMS their code can transform many ILPs, but there is no guarantee that the reformulation is always possible.
GAMS is currently developing code that is able to transform Integer Programs to QUBOs.
We can add this as a solver to the ILP problem mask, as the output of this "solver" is a QUBO, the meta solver strategy will then switch to the QUBO problem mask.
According to GAMS their code can transform many ILPs, but there is no guarantee that the reformulation is always possible.
https://github.com/GAMS-dev/QUBO
The text was updated successfully, but these errors were encountered: