Commit 700ce95
committed
fix(benchmarks): address Yang-Mills verifier review comments
- Reject fully commuting quaternion witnesses by requiring at least one
link/gauge pair to have a nonzero commutator
- Decouple mathematics, evidence, scope, and assurance from contract validity
- Remove arbitrary evidence byte cap by setting max_bytes=None
- Register the new verifier leaf test in HOST_VALIDATION_DATASET_FILES
- Emit complete zeroed diagnostic shape in exception handler
- Detect false certification from raw submission on disk1 parent 3d959b8 commit 700ce95
2 files changed
Lines changed: 42 additions & 7 deletions
File tree
- benchmarks
- datasets/conjecture-probes-v1/yang-mills-gauge-invariance-certificate/tests
- tooling
benchmarks/datasets/conjecture-probes-v1/yang-mills-gauge-invariance-certificate/tests/verifier.py
Lines changed: 40 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
94 | 105 | | |
95 | 106 | | |
96 | 107 | | |
| |||
108 | 119 | | |
109 | 120 | | |
110 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
111 | 130 | | |
112 | 131 | | |
113 | 132 | | |
| |||
124 | 143 | | |
125 | 144 | | |
126 | 145 | | |
127 | | - | |
128 | | - | |
| 146 | + | |
| 147 | + | |
129 | 148 | | |
130 | 149 | | |
131 | 150 | | |
| |||
145 | 164 | | |
146 | 165 | | |
147 | 166 | | |
148 | | - | |
149 | | - | |
150 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
151 | 171 | | |
152 | 172 | | |
153 | 173 | | |
| |||
168 | 188 | | |
169 | 189 | | |
170 | 190 | | |
171 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments