mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 09:21:56 +00:00
expose scope level
This commit is contained in:
parent
bc96e9e9ae
commit
bfed237a6c
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue