Skip to content

Commit 3ddeea7

Browse files
committed
Fixed a bug with the Basic.h templates.
1 parent fd450c4 commit 3ddeea7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/src_sharpSAT/Basics.h.bdg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public:
3030
static int nodeCount; // Nodes currently in use
3131

3232
static bool smoothNNF;
33+
static bool ensureAllLits;
3334

3435
static bool disableDynamicDecomp;
3536

src/src_sharpSAT/Basics.h.ddnnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public:
3030
static int nodeCount; // Nodes currently in use
3131

3232
static bool smoothNNF;
33+
static bool ensureAllLits;
3334

3435
static bool disableDynamicDecomp;
3536

0 commit comments

Comments
 (0)