mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
trying to figure out address dependency
This commit is contained in:
parent
ac9a7748e8
commit
bb61f17989
2 changed files with 10 additions and 0 deletions
|
@ -907,6 +907,7 @@ namespace Duality {
|
|||
unsigned get_scope_level(){return m_solver->get_scope_level();}
|
||||
|
||||
void show();
|
||||
void show_assertion_ids();
|
||||
|
||||
proof get_proof(){
|
||||
return proof(ctx(),m_solver->get_proof());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue