Skip to content

Fix: drop W=H constraint and regenerate gpt5 baseline for problem 0#120

Merged
joyemang33 merged 1 commit into
FrontierCS:mainfrom
YanagiOrigami:main
May 29, 2026
Merged

Fix: drop W=H constraint and regenerate gpt5 baseline for problem 0#120
joyemang33 merged 1 commit into
FrontierCS:mainfrom
YanagiOrigami:main

Conversation

@YanagiOrigami
Copy link
Copy Markdown
Contributor

  • Remove the stray "W=H" condition from the bounding-box description in statement.txt; W and H are independent per the rest of the problem.
  • Regenerate examples/gpt5.cpp with gpt-5 against the corrected statement so the baseline reflects the non-square rectangle objective.

Summary

Please read CONTRIBUTING.md before submitting.

Type of Change

  • New research problem
  • New algorithmic problem
  • New Frontier-CS 2.0 problem
  • Bug fix
  • Documentation update
  • Other:

Testing

Checklist

  • Code follows the project structure and conventions
  • Self-review completed
  • Documentation updated (if applicable)

CI Validation (for new problems)

When adding new problems, CI will automatically validate that your reference solution achieves score > 0.

  • Algorithmic problems: Include reference.cpp in your problem directory
  • Research problems: Include reference.py (or reference.cpp if language: cpp in config.yaml)
  • 2.0 problems: Include reference.py unless the problem config declares another language

- Remove the stray "W=H" condition from the bounding-box description in
  statement.txt; W and H are independent per the rest of the problem.
- Regenerate examples/gpt5.cpp with gpt-5 against the corrected statement
  so the baseline reflects the non-square rectangle objective.
@joyemang33
Copy link
Copy Markdown
Contributor

LGTM! this will close #119

@joyemang33 joyemang33 merged commit 0da8de3 into FrontierCS:main May 29, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants