Add to-do

This commit is contained in:
2018-04-21 15:49:38 +02:00
parent 03c22d00f5
commit 8f3ff23f38

View File

@@ -586,6 +586,7 @@ void detectIntegerVariables(std::vector<ast::Formula> &completedFormulas)
assert(predicate.arguments.size() == predicate.declaration->arity());
// TODO: refactor
if (detectIntegerVariables(definition, definition, variableDomainMap) == OperationResult::Changed)
operationResult = OperationResult::Changed;