mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
n/a
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b419a0e4a4
commit
da263601e6
6 changed files with 162 additions and 152 deletions
|
@ -887,7 +887,7 @@ namespace sat {
|
|||
// enable when there is a non-ternary reward system.
|
||||
if (c.size() > 3) {
|
||||
m_config.m_use_ternary_reward = false;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
bool was_eliminated = false;
|
||||
for (unsigned i = 0; !was_eliminated && i < c.size(); ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue