mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
still integrating duality
This commit is contained in:
parent
feb5360999
commit
e939dd2bc5
10 changed files with 66 additions and 24 deletions
|
@ -3152,4 +3152,11 @@ void scoped_mark::pop_scope(unsigned num_scopes) {
|
|||
}
|
||||
}
|
||||
|
||||
// Added by KLM for use in GDB
|
||||
|
||||
// show an expr_ref on stdout
|
||||
|
||||
void prexpr(expr_ref &e){
|
||||
std::cout << mk_pp(e.get(), e.get_manager()) << std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue