Add option to turn on integer variable detection

This commit is contained in:
2018-04-20 16:31:53 +02:00
parent 8b8dd1b57e
commit aedb7e9bbd
3 changed files with 5 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ struct Context
bool performSimplification{false};
bool performCompletion{false};
bool performIntegerDetection{false};
std::vector<std::unique_ptr<ast::PredicateDeclaration>> predicateDeclarations;
ast::PredicateDeclaration::Visibility defaultPredicateVisibility{ast::PredicateDeclaration::Visibility::Visible};