Skip to content

Commit

Permalink
simultaneous_superposition on by default. This is not so much an opti…
Browse files Browse the repository at this point in the history
…on to vary, but rather a better version of the original to which we shouldn't want to return.
  • Loading branch information
Martin Suda committed Mar 13, 2020
1 parent 2a04707 commit 3ea5e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shell/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ void Options::Options::init()
_lookup.insert(&_hyperSuperposition);
_hyperSuperposition.tag(OptionTag::INFERENCES);

_simultaneousSuperposition = BoolOptionValue("simultaneous_superposition","sims",false);
_simultaneousSuperposition = BoolOptionValue("simultaneous_superposition","sims",true);
_simultaneousSuperposition.description="Rewrite the whole RHS clause during superposition, not just the target literal.";
_lookup.insert(&_simultaneousSuperposition);
_simultaneousSuperposition.tag(OptionTag::INFERENCES);
Expand Down

0 comments on commit 3ea5e22

Please sign in to comment.