update to recent ProbLog.

This commit is contained in:
Vitor Santos Costa
2011-06-26 23:13:43 +01:00
parent 8f8e62ea63
commit be345a0387
34 changed files with 9801 additions and 129 deletions

View File

@@ -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);