Add option to turn on integer variable detection

This commit is contained in:
2018-04-20 16:31:53 +02:00
parent 19e1e16e45
commit b60c65a810
3 changed files with 8 additions and 0 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};