Separate TFactor and Factor classes.
Rename TFactor to GenericFactor. GenericFactor.cpp is empty for now.
This commit is contained in:
@@ -103,7 +103,7 @@ Factor::multiply (Factor& g)
|
||||
if (args_.empty()) {
|
||||
clone (g);
|
||||
} else {
|
||||
TFactor<VarId>::multiply (g);
|
||||
GenericFactor<VarId>::multiply (g);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user