Skip to content

Commit

Permalink
bce description
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Suda committed Nov 3, 2017
1 parent 47e86a8 commit 369489b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Shell/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ void Options::Options::init()
_unusedPredicateDefinitionRemoval.setRandomChoices({"on","off"});

_blockedClauseElimination = BoolOptionValue("blocked_clause_elimination","bce",false);
_blockedClauseElimination.description="Eliminate blocked clauses after clausification.";
_lookup.insert(&_blockedClauseElimination);
_blockedClauseElimination.tag(OptionTag::PREPROCESSING);
_blockedClauseElimination.addProblemConstraint(notWithCat(Property::UEQ));
Expand Down

0 comments on commit 369489b

Please sign in to comment.