Add option to turn on integer variable detection

This commit is contained in:
2018-04-20 16:37:49 +02:00
parent 8b8dd1b57e
commit aedb7e9bbd
3 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -111,7 +111,8 @@ void translate(const char *fileName, std::istream &stream, Context &context)
}
// Detect integer variables
detectIntegerVariables(completedFormulas);
if (context.performIntegerDetection)
detectIntegerVariables(completedFormulas);
// Simplify output if specified
if (context.performSimplification)