Refactored formula simplification with Clingo’s variants.

This commit is contained in:
2017-03-23 00:44:10 +01:00
parent bf8cf75369
commit 825cd4de39
12 changed files with 296 additions and 261 deletions

View File

@@ -12,7 +12,7 @@ namespace anthem
//
////////////////////////////////////////////////////////////////////////////////////////////////////
ast::Formula simplify(ast::Formula &&formula);
void simplify(ast::Formula &formula);
////////////////////////////////////////////////////////////////////////////////////////////////////