Add to-do

This commit is contained in:
Patrick Lühne 2018-04-21 15:49:38 +02:00
parent 03c22d00f5
commit 8f3ff23f38
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 0 deletions

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;