mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
fix #6582
This commit is contained in:
parent
2b77012993
commit
3dc91de531
2 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue