[clang] [llvm] [clang][dataflow] Make `CNFFormula` externally accessible. (PR #92401)
Stanislav Gatev via cfe-commits
cfe-commits at lists.llvm.org
Sun May 19 02:50:46 PDT 2024
================
@@ -44,73 +41,16 @@ namespace dataflow {
//
// [1] https://en.wikipedia.org/wiki/DPLL_algorithm
-/// Boolean variables are represented as positive integers.
-using Variable = uint32_t;
+namespace {
----------------
sgatev wrote:
Maybe move the comment above as a class comment of `WatchedLiteralsSolverImpl`?
https://github.com/llvm/llvm-project/pull/92401
More information about the cfe-commits
mailing list