mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
tuning sls
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
25ad9d2ee1
commit
f1ebf2002a
3 changed files with 5 additions and 2 deletions
|
@ -623,6 +623,9 @@ namespace smt {
|
|||
m_orig_clauses.push_back(f);
|
||||
return result;
|
||||
}
|
||||
if (pb.is_ge(f)) {
|
||||
|
||||
}
|
||||
IF_VERBOSE(0, verbose_stream() << "not handled: " << mk_pp(f, m) << "\n";);
|
||||
return mk_aux_literal(f);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue