docs: add bilingual OptSkills walkthrough - #8
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
内容
AP_easy_1展示从自然语言问题、卡片选择、数学建模到 OR-Tools 求解和独立约束检查的完整过程。验证
quick_validate.py skills/optskills:通过。python3 -m unittest discover -s tests -v:30 项通过,5 项因缺少可选 OSQP/NumPy 依赖而跳过。AP_easy_1:OPTIMAL,目标值 84,行约束、列约束和目标值复算均通过。本次只修改文档,不改动 Skill 运行逻辑或 103 张卡片。