cumcm-b-problem

Guides modeling, validation, and LaTeX paper writing for CUMCM undergraduate Problem B.

121|1|Updated Aug 18, 2026
One-click install
npx skills add https://github.com/liufanshan11/cumcm-b-problem-lfs --skill cumcm-b-problem-liufanshan11
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cumcm-b-problem
Source: https://github.com/liufanshan11/cumcm-b-problem-lfs
Command: npx skills add https://github.com/liufanshan11/cumcm-b-problem-lfs --skill cumcm-b-problem-liufanshan11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? It turns the China Undergraduate Mathematical Contest in Modeling (CUMCM) Problem B into a structured end-to-end workflow, covering problem analysis, model building, algorithm selection, verification, paper narrative, and LaTeX delivery instead of ad-hoc contest writing. ## Core Features & Use Cases - Structured Modeling Workflow: Eleven-step process from evidence inventory and problem decomposition through baseline models, structural simplification, solving, and independent verification. - Paper Writing Standards: Enforces abstract structure, per-question micro-structure, unified model equation blocks, 25-29 page pacing, and figure/table design rules including overview diagrams. - LaTeX Project Delivery: Ships scripts to scaffold a full project (figures/, code/, example.tex) and validate compilation, page count, and common LaTeX errors before submission. - Use Case: Given a new Problem B statement with data attachments, produce a complete four-question modeling solution with verified results and a compilable LaTeX paper project ready for submission. ## Quick Start Analyze this CUMCM Problem B statement and its attachments, then build the four-question models and generate a complete LaTeX paper project.

Frequently Asked Questions about cumcm-b-problem

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a CUMCM Problem B modeling paper?▼

Follow the standard structure: one-page abstract with keywords, problem restatement, problem analysis, assumptions, notation, per-question model building and solving, verification, and evaluation. Each question should present a unified model equation block, results with interpretation, and validation.

What algorithms should I use for mathematical modeling contests?▼

Match the method to the problem structure: exact tests and regression for statistics, analytic geometry for positioning, enumeration or integer programming for small discrete decisions, and Monte Carlo for verification. Reserve GA, PSO, or machine learning for genuinely non-convex or large-scale bottlenecks.

How do I validate mathematical modeling results?▼

Use at least two of three verification types: theoretical checks (limits, units, degenerate cases), independent numerical cross-checks (Monte Carlo or a second algorithm), and data validation (residuals, confidence intervals). Sensitivity analysis should target real strategy-switching thresholds, not mechanical ±5% perturbations.

Does this workflow apply to CUMCM Problems A or C?▼

No, the guidance is calibrated specifically to Problem B patterns from recent years. The skill explicitly warns against mechanically applying its B-problem experience to A or C problems, which have different structures and judging expectations.

How do I compile and check the LaTeX contest paper?▼

Run XeLaTeX at least twice on example.tex, then inspect the log for Overfull boxes, undefined references, and citation warnings. The validate_project.py script automates structure checks, page-count verification against the 25-29 page target, and first-page abstract detection.