Handle better formulas like f(X,X)

This commit is contained in:
Tiago Gomes
2012-12-18 23:51:51 +00:00
parent 0a661b0462
commit 691188d5c9
3 changed files with 19 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ class ConstraintTree
ConstraintTrees ground (LogVar);
void copyLogVar (LogVar,LogVar);
void cloneLogVar (LogVar, LogVar);
ConstraintTree& operator= (const ConstraintTree& ct);