Huge improve in the variables resolution time

This commit is contained in:
Felipe Zimmerle
2015-11-03 22:44:59 -03:00
parent 4a771f8c2c
commit e641c3cc17
15 changed files with 276 additions and 25 deletions

View File

@@ -289,7 +289,7 @@ bool Rule::evaluate(Assay *assay) {
for (auto &y : *z) {
exclusions.push_back(y->m_key);
}
exclusions.push_back(variable->name);
exclusions.push_back(variable->m_name);
delete z;
}
}