MCPcopy Create free account
hub / github.com/agenticsorg/lean-agentic / kernel

Method kernel

leanr-eval-lite/src/lib.rs:117–127  ·  view source on GitHub ↗

Create config optimized for kernel verification

()

Source from the content-addressed store, hash-verified

115
116 /// Create config optimized for kernel verification
117 pub fn kernel() -> Self {
118 Self {
119 max_steps: 50_000,
120 enable_cache: true,
121 cache_size: 20_000,
122 delta_reduction: true,
123 zeta_reduction: true,
124 iota_reduction: true,
125 track_stats: false,
126 }
127 }
128
129 /// Create minimal config for testing
130 pub fn minimal() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected