mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
micro tuning for #4192
This commit is contained in:
parent
f313ab9e4c
commit
8be266c18c
3 changed files with 20 additions and 20 deletions
|
@ -735,6 +735,10 @@ namespace smt {
|
|||
|
||||
bool ts_visit_children(expr * n, bool gate_ctx, svector<int> & tcolors, svector<int> & fcolors, svector<expr_bool_pair> & todo);
|
||||
|
||||
svector<expr_bool_pair> ts_todo;
|
||||
svector<int> tcolors;
|
||||
svector<int> fcolors;
|
||||
|
||||
void top_sort_expr(expr * n, svector<expr_bool_pair> & sorted_exprs);
|
||||
|
||||
void assert_default(expr * n, proof * pr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue