문서 수정: 레거시 엔진 문서에 aux 및 penalty 동작 관련 내용 추가

This commit is contained in:
2025-12-27 03:49:08 +00:00
parent ef07f7f7d7
commit f1af2717c3
4 changed files with 33 additions and 2 deletions
@@ -27,6 +27,10 @@ Constraints declare required inputs using bit flags:
`Constraint::checkInputValues()` enforces these expectations and throws if
inputs are missing or malformed.
Some constraints expect `general.aux` to be preloaded as `auxVar`. Command
evaluation calls `General::unpackAux()` before constraint checks to satisfy
these requirements.
## Constraint Helper DSL
`ConstraintHelper` provides factory-style helpers used in command definitions: