mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
add get_lstring per #2286
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
112e13eeea
commit
b2845d888e
11 changed files with 64 additions and 10 deletions
|
@ -213,7 +213,7 @@ class asserted_formulas {
|
|||
void set_eliminate_and(bool flag);
|
||||
void propagate_values();
|
||||
unsigned propagate_values(unsigned i);
|
||||
void update_substitution(expr* n, proof* p);
|
||||
bool update_substitution(expr* n, proof* p);
|
||||
bool is_gt(expr* lhs, expr* rhs);
|
||||
void compute_depth(expr* e);
|
||||
unsigned depth(expr* e) { return m_expr2depth[e]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue