3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 02:10:23 +00:00
This commit is contained in:
Nikolaj Bjorner 2023-02-13 13:20:55 -08:00
parent 2b77012993
commit 3dc91de531
2 changed files with 8 additions and 1 deletions

View file

@ -418,7 +418,7 @@ public:
bool var_is_big(lpvar) const;
bool has_real(const factorization&) const;
bool has_real(const monic& m) const;
void set_use_nra_model(bool m) { m_use_nra_model = m; }
void set_use_nra_model(bool m);
bool use_nra_model() const { return m_use_nra_model; }
void collect_statistics(::statistics&);
private: