update to recent ProbLog.
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
* *
|
||||
* Author: Theofrastos Mantadelis *
|
||||
* File: simplecudd.c *
|
||||
* $Date:: 2010-12-17 12:21:58 +0100 (Fri, 17 Dec 2010) $ *
|
||||
* $Revision:: 5159 $ *
|
||||
* $Date:: 2011-04-11 17:23:11 +0200 (Mon, 11 Apr 2011) $ *
|
||||
* $Revision:: 5920 $ *
|
||||
* *
|
||||
********************************************************************************
|
||||
* *
|
||||
@@ -1240,7 +1240,7 @@ DdNode* LineParser(DdManager *manager, namedvars varmap, DdNode **inter, int max
|
||||
iconst = 1;
|
||||
} else if (strcmp(term + inegvar, "FALSE") == 0) {
|
||||
iconst = 1;
|
||||
inegvar = 1;
|
||||
inegvar = !inegvar;
|
||||
} else {
|
||||
iconst = 0;
|
||||
ivar = AddNamedVar(varmap, term + inegvar);
|
||||
|
Reference in New Issue
Block a user