3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 07:04:22 +00:00

expose scope level

This commit is contained in:
Nikolaj Bjorner 2025-07-01 14:14:16 -07:00
parent bc96e9e9ae
commit bfed237a6c
2 changed files with 5 additions and 0 deletions

View file

@ -503,6 +503,7 @@ public:
const constraint_set & constraints() const;
void push();
void pop();
unsigned get_scope_level() const;
u_dependency* get_column_lower_bound_witness(unsigned j) const;