mirror of
https://github.com/Z3Prover/z3
synced 2025-05-13 10:44:43 +00:00
local changes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82922d92f7
commit
ced2029ae9
12 changed files with 69 additions and 64 deletions
|
@ -1441,8 +1441,7 @@ namespace smt {
|
|||
theory_pb_params p;
|
||||
theory_pb th(ctx.get_manager(), p);
|
||||
psort_expr ps(ctx, th);
|
||||
sorting_network_config cfg;
|
||||
psort_nw<psort_expr> sort(ps, cfg);
|
||||
psort_nw<psort_expr> sort(ps);
|
||||
return sort.ge(false, k, n, xs);
|
||||
}
|
||||
|
||||
|
@ -1578,8 +1577,7 @@ namespace smt {
|
|||
|
||||
|
||||
psort_expr ps(ctx, *this);
|
||||
sorting_network_config cfg;
|
||||
psort_nw<psort_expr> sortnw(ps, cfg);
|
||||
psort_nw<psort_expr> sortnw(ps);
|
||||
sortnw.m_stats.reset();
|
||||
|
||||
if (ctx.get_assignment(thl) == l_true &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue