3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

first commit of duality

This commit is contained in:
Ken McMillan 2013-04-20 18:18:45 -07:00
parent 71275652a7
commit 8488ca24d2
14 changed files with 7305 additions and 5 deletions

View file

@ -110,6 +110,7 @@ class ast_r : public ast_i {
_m->dec_ref(_ast);
}
ast_manager *mgr() const {return _m;}
};