dwavesystems / dwavesystems/dwave-preprocessing
Calculate more numerically accurate lower bound.
- 主要言語
- C++
- スター
- 9
- フォーク
- 18
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
In roof duality, we convert a bqm to a posiform , convert its coefficients to integer coefficients, then convert it to an implication graph and find the max flow. We use the max flow to compute the lower bound of the bqm, but we may be able to take the original posiform use the fixed variables and find the lower bound. This will bypass the float-to-integer and integer-to-float conversions and provide a more accurate lower bound. We need to find out a way how to use the original posiform since roof duality will not fix all the variables in the posiform.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、BQM から posiform、fixed variables、implication graph、max flow へと続く roof duality のフローを追跡します。float-to-integer および integer-to-float 変換を行わずに、元の posiform がどのように lower bound を生成できるかを、roof duality が固定しない変数も含めて特定します。数値的により正確な lower bound が得られれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- backend
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100