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

@@ -883,7 +883,7 @@ ConstraintTree::ground (LogVar X)
void
ConstraintTree::copyLogVar (LogVar X_1, LogVar X_2)
ConstraintTree::cloneLogVar (LogVar X_1, LogVar X_2)
{
moveToBottom ({X_1});
CTNodes leafs = getNodesAtLevel (logVars_.size());