メインコンテンツへスキップ

QUBO solver using Gurobi

回答済み

コメント

1件のコメント

  • Elisabeth Rodríguez Heck
    • Gurobi Staff

    Hi Tam,

    Yes, steps 1. and 2. that you suggest are one way of writing a QUBO problem so that you can solve it with Gurobi. If you write your problem in this way, then you can for example use the Python Matrix API

    However, QUBOs are nothing else than a particular case of Quadratic Programming problems, namely, quadratic problems where all variables are binary and that have no other constraints. So you could also use the regular Gurobi Python API to model your problem.

    Best regards,

    Elisabeth

    1

サインインしてコメントを残してください。