We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72eadd commit e09c73eCopy full SHA for e09c73e
src/Std/Sat/AIG/Basic.lean
@@ -485,6 +485,7 @@ where
485
let lval := go lhs.gate decls assign (by omega) h2
486
let rval := go rhs.gate decls assign (by omega) h2
487
xor lval lhs.invert && xor rval rhs.invert
488
+ termination_by (x, 0) -- Don't allow reduction, we have large concrete gate entries
489
490
/--
491
Denotation of an `AIG` at a specific `Entrypoint`.
0 commit comments