Skip to content

Commit bb961d4

Browse files
kory33-jijCopilot
andcommitted
reflect reviews
Co-authored-by: Copilot <copilot@github.com>
1 parent c830b66 commit bb961d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

markdowns/en/releases/unreleased.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Starting with this release, the settings are preserved as shown above, and the b
228228

229229
### Fixed a bug where problem evaluation with constraint detection crashed when decision variables were subscripted by tuples
230230

231-
We fixed a bug where problem evaluation (with `constraint_detection=True`) crashed when decision variables were subscripted by tuples. For example, the following code used to crash previously:
231+
We fixed a bug where `eval_problem` crashed when decision variables were subscripted with tuples and constraint detection was enabled (this is the case by default, or when the `constraint_detection` keyword argument was set to something other than `False`). For example, the following code used to crash in previous versions:
232232

233233
```{code-cell} ipython3
234234
import jijmodeling as jm

markdowns/ja/releases/unreleased.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ problem
221221

222222
### 決定変数がタプルで添字付けされている場合に制約検出付きの問題評価がクラッシュするバグの修正
223223

224-
決定変数がタプル型のキーを持つ辞書で添字付けされている時、`constraint_detection=True` での問題評価がクラッシュするバグを修正しました。たとえば、以前のバージョンでは以下のコードはクラッシュしていました。
224+
決定変数がタプル型のキーを持つ辞書で添字付けされている時、制約検出が有効な状態(デフォルトや、 `constraint_detection` キーワード引数が `False` 以外の場合)で `eval_problem` がクラッシュするバグを修正しました。たとえば、以前のバージョンでは以下のコードはクラッシュしていました。
225225

226226
```{code-cell} ipython3
227227
import jijmodeling as jm

0 commit comments

Comments
 (0)