check_patch_complete
Verify whether a bounds-check repair eliminates all violating inputs, returning COMPLETE, INCOMPLETE with a surviving input, or VACUOUS if the guard rejects everything.
Instructions
Decide whether a modelled bounds-check repair eliminates EVERY violating input, not just a known one. Returns COMPLETE, INCOMPLETE (with a surviving violating input), or VACUOUS (the guard rejects everything).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| defect_class | Yes | e.g. A, B, C |