mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
block deep based on condition for internalization #4192
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7d4c9e6126
commit
c424165d94
2 changed files with 13 additions and 5 deletions
|
@ -739,6 +739,8 @@ namespace smt {
|
|||
char_vector tcolors;
|
||||
char_vector fcolors;
|
||||
|
||||
bool should_internalize_rec(expr* e) const;
|
||||
|
||||
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