mirror of
https://github.com/github/codeql.git
synced 2026-04-18 21:44:02 +02:00
- favour unary predicates over binary ones (the natural "conflicting access" is binary) - switch to a dual solution to trade recursion through forall for simple existentials. Co-authored-by: Anders Schack-Mulligen <aschackmull@github.com>