We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c3c09 commit daf8332Copy full SHA for daf8332
pysdd/lib/libsdd-2.0/include/sdd.h
@@ -34,7 +34,7 @@ typedef double SddWmc; // weighted model count
34
typedef long long SddLiteral; //literals of clauses
35
36
//control strings
37
-#define PRIsS "zu"
+#define PRIsS "lli"
38
#define PRInsS "u"
39
#define PRIrcS "u"
40
#define PRImcS "llu"
pysdd/lib/sdd-2.0/include/sddapi.h
@@ -31,7 +31,7 @@ typedef long long SddLiteral; //literals of clauses
31
typedef char SddNodeType; //holds one of two values defined next
32
33
0 commit comments