lib/artdag/optimize-rules.sx — the effect-pipeline optimisation passes (identity elim, no-op/zero-radius elim, adjacent fusion, idempotent over dedup) as a maude module. Radius algebra is _+_ [assoc comm id: 0] (NOT Peano successor rules, which are non-confluent here); mau/confluent? certifies 0 non-joinable critical pairs, so the optimised pipeline's normal form / content id is rewrite-order stable. Consumes lib/maude/confluence.sx. maude-optimize 25/25, total 183/183. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
509 B
JSON
19 lines
509 B
JSON
{
|
|
"suites": {
|
|
"dag": {"pass": 20, "fail": 0},
|
|
"analyze": {"pass": 16, "fail": 0},
|
|
"plan": {"pass": 18, "fail": 0},
|
|
"execute": {"pass": 15, "fail": 0},
|
|
"optimize": {"pass": 22, "fail": 0},
|
|
"fed": {"pass": 15, "fail": 0},
|
|
"cost": {"pass": 13, "fail": 0},
|
|
"serialize": {"pass": 13, "fail": 0},
|
|
"stats": {"pass": 12, "fail": 0},
|
|
"fault": {"pass": 14, "fail": 0},
|
|
"maude-optimize": {"pass": 25, "fail": 0}
|
|
},
|
|
"total_pass": 183,
|
|
"total_fail": 0,
|
|
"total": 183
|
|
}
|