lean4-htt/src/Std/Sat
Henrik Böving 49819dad16
perf: Add RefVec.emptyWithCapacity to the AIG framework (#7521)
This PR adds the equivalent of `Array.emptyWithCapacity` to the AIG
framework and applies it to `bv_decide`. This is particularly useful as
we are only working with capacities that are always known at run time so
we should never have to reallocate a `RefVec`.
2025-03-17 13:02:51 +00:00
..
AIG perf: Add RefVec.emptyWithCapacity to the AIG framework (#7521) 2025-03-17 13:02:51 +00:00
CNF perf: speedup bv_decide's LRAT checker by improving input validaton (#7491) 2025-03-16 14:29:33 +00:00
AIG.lean chore: check-prelude also for Std (#5764) 2024-10-18 10:53:52 +00:00
CNF.lean feat: import LeanSAT's tactic frontends 2024-08-28 18:14:39 +02:00