add assignement operator to ConstraintTree

This commit is contained in:
Tiago Gomes
2012-10-30 00:15:40 +00:00
parent d07ea73050
commit b6df8a66b1
2 changed files with 16 additions and 3 deletions

View File

@@ -199,6 +199,8 @@ class ConstraintTree
ConstraintTrees ground (LogVar);
void copyLogVar (LogVar,LogVar);
ConstraintTree& operator= (const ConstraintTree& ct);
private:
unsigned countTuples (const CTNode*) const;