Added support for completion of integrity constraints.

This commit is contained in:
2017-04-08 18:25:59 +02:00
parent a716da4af1
commit 8210adea7c
3 changed files with 53 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ class VariableStack
////////////////////////////////////////////////////////////////////////////////////////////////////
std::vector<ast::Variable> collectFreeVariables(const ast::Formula &formula);
std::vector<ast::Variable> collectFreeVariables(const ast::Formula &formula, ast::VariableStack &variableStack);
////////////////////////////////////////////////////////////////////////////////////////////////////