3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

fix build of tests

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-16 20:35:49 -07:00 committed by Lev Nachmanson
parent eb0f318686
commit 51ffaae396

View file

@ -46,5 +46,7 @@ public:
bool is_monic_var(lpvar) const;
bool influences_nl_var(lpvar) const;
std::ostream& display(std::ostream& out) const;
core& get_core() { return *m_core; }
};
}