LICENSE
README.md
pyproject.toml
mdbench.egg-info/PKG-INFO
mdbench.egg-info/SOURCES.txt
mdbench.egg-info/dependency_links.txt
mdbench.egg-info/entry_points.txt
mdbench.egg-info/requires.txt
mdbench.egg-info/top_level.txt
problems/__init__.py
problems/demo_problem.yaml
problems/分层流体小球终端速度-二次阻力改版.yaml
problems/分层流体小球终端速度-原.yaml
problems/分层流体小球终端速度-流体密度随深度线性改版.yaml
problems/分层流体小球终端速度-黏度随深度指数改版.yaml
problems/毛细上升-原.yaml
problems/毛细上升-电润湿接触角改版.yaml
problems/毛细上升-表面活性剂改版.yaml
problems/毛细上升-锥形管半径改版.yaml
problems/泊肃叶圆管流量-原.yaml
problems/泊肃叶圆管流量-壁面滑移改版.yaml
problems/泊肃叶圆管流量-幂律流体改版.yaml
problems/泊肃叶圆管流量-锥形管改版.yaml
src/evaluate_result.py
src/export_problems.py
src/prepare_problem.py
src/synthetic_data.py
src/validate_problem.py
src/visualize_mechanism.py
src/cli/run.py
src/core/__init__.py
src/core/problem.py
src/core/solution.py
src/features/__init__.py
src/features/answer.py
src/features/evaluation/__init__.py
src/features/evaluation/evaluation_package.py
src/features/evaluation/mechanism_trace.py
src/features/io/__init__.py
src/features/io/load_problem.py
src/features/io/load_submission.py
src/features/io/solve_mechanism_equations.py
src/features/sampling/__init__.py
src/features/sampling/range_inferrer.py
src/features/units/__init__.py
src/features/units/unit_inference.py
src/features/validation/__init__.py
src/features/validation/mechanism_derivation.py
src/features/validation/mechanism_fundamentality.py
src/features/visualization/__init__.py
src/features/visualization/mechanism_graph.py
src/metrics/__init__.py
src/metrics/formula_similarity.py
src/metrics/hybrid_formula_similarity.py
src/metrics/mechanism_fundamentality.py
src/metrics/mechanism_similarity.py
src/metrics/mechanism_simplicity.py
src/utils/__init__.py
src/utils/console.py
src/utils/lazy_loader.py
src/utils/log_exception.py
src/utils/logger.py
src/utils/path_utils.py
src/utils/tag2ansi.py
src/utils/unit_parser.py
src/utils/llm/__init__.py
src/utils/llm/core.py
src/utils/llm/deepseek_api.py
src/utils/llm/gemini_api.py
src/utils/llm/llm_api.py
src/utils/llm/manual_api.py
src/utils/llm/openai_api.py
src/utils/llm/openrouter_api.py
src/utils/llm/siliconflow_api.py
src/utils/llm/tool_call_mixin.py
tests/test_evaluation_modes.py
tests/test_evaluation_trace.py
tests/test_export_problems.py
tests/test_hybrid_formula_similarity.py
tests/test_implicit_solver.py
tests/test_load_problem.py
tests/test_load_submission.py
tests/test_mechanism_fundamentality.py
tests/test_mechanism_graph.py
tests/test_prepare_and_score.py
tests/test_structural_mechanism_similarity.py
tests/test_synthetic_data.py
tests/test_unit_inference.py
tests/test_validate_problem.py