3
0
Fork 0
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:
Nikolaj Bjorner 2017-09-25 16:37:15 -07:00
parent 82922d92f7
commit ced2029ae9
12 changed files with 69 additions and 64 deletions

View file

@ -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 &&