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:
parent
eb0f318686
commit
51ffaae396
|
@ -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; }
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue