Renamed internal variables for clarity.

This commit is contained in:
2017-06-06 01:44:44 +02:00
parent 95984f0447
commit 0285c1cbbb
7 changed files with 15 additions and 15 deletions

View File

@@ -16,8 +16,8 @@ TEST_CASE("[hidden predicate elimination] Hidden predicates are correctly elimin
anthem::output::Logger logger(output, errors);
anthem::Context context(std::move(logger));
context.simplify = true;
context.complete = true;
context.performSimplification = true;
context.performCompletion = true;
SECTION("simple example (positive 0-ary predicate)")
{