README.md
pyproject.toml
monogate/__init__.py
monogate/__main__.py
monogate/_routing.pkl
monogate/_routing_loader.py
monogate/causal.py
monogate/chemistry.py
monogate/complex.py
monogate/complex_best.py
monogate/complex_eval.py
monogate/complex_search.py
monogate/core.py
monogate/diff.py
monogate/equality.py
monogate/finance.py
monogate/fused_rust.py
monogate/identities.py
monogate/information_geometry.py
monogate/interval.py
monogate/leaderboard.py
monogate/minimax.py
monogate/nas.py
monogate/network.py
monogate/neural_scorer.py
monogate/operators.py
monogate/optimize.py
monogate/padic.py
monogate/physics.py
monogate/pinn.py
monogate/predict_cost.py
monogate/prover.py
monogate/quantum.py
monogate/sklearn_wrapper.py
monogate/special.py
monogate/superbest.py
monogate/sympy_bridge.py
monogate/torch_ops.py
monogate/validate.py
monogate.egg-info/PKG-INFO
monogate.egg-info/SOURCES.txt
monogate.egg-info/dependency_links.txt
monogate.egg-info/entry_points.txt
monogate.egg-info/requires.txt
monogate.egg-info/top_level.txt
monogate/cli/__init__.py
monogate/cli/capability_card.py
monogate/compile/__init__.py
monogate/compile/compiler.py
monogate/compile/fused.py
monogate/data/__init__.py
monogate/data/pretrained_scorer.json
monogate/llm/__init__.py
monogate/llm/cli.py
monogate/llm/optimizer.py
monogate/llm/prompts.py
monogate/search/__init__.py
monogate/search/analyze_n11.py
monogate/search/cache.py
monogate/search/gpu_search.py
monogate/search/mcts.py
monogate/search/sin_search_05.py
monogate/torch/__init__.py
monogate/torch/eml_layer.py
tests/test_adversarial_identities.py
tests/test_analog_renaissance.py
tests/test_attractor_identity.py
tests/test_best_routing.py
tests/test_compile.py
tests/test_complex.py
tests/test_complex_best.py
tests/test_core.py
tests/test_deml.py
tests/test_edl.py
tests/test_eml_complexity.py
tests/test_eml_layer.py
tests/test_equality.py
tests/test_finance.py
tests/test_fuzz_stability.py
tests/test_identity_theorem.py
tests/test_information_geometry.py
tests/test_interval.py
tests/test_leaderboard.py
tests/test_learning_curve.py
tests/test_llm.py
tests/test_mathematical_explorer.py
tests/test_minimax.py
tests/test_nas.py
tests/test_neural_scorer.py
tests/test_operator_comparison.py
tests/test_optimize.py
tests/test_padic.py
tests/test_physics.py
tests/test_pinn.py
tests/test_predict_cost.py
tests/test_pretrain_scorer.py
tests/test_prover.py
tests/test_prover_v2.py
tests/test_quantum.py
tests/test_search_hardening.py
tests/test_sklearn_wrapper.py
tests/test_special.py
tests/test_srbench.py
tests/test_symbolic_distillation.py
tests/test_sympy_bridge.py
tests/test_torch.py
tests/test_transfer_learning.py