mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
fix #6599
This commit is contained in:
parent
daeaed1e82
commit
6092bf534c
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ namespace sat {
|
||||||
|
|
||||||
model const& get_model() const override { return m_model; }
|
model const& get_model() const override { return m_model; }
|
||||||
|
|
||||||
double get_priority(bool_var v) const { return 0; }
|
double get_priority(bool_var v) const override { return 0; }
|
||||||
|
|
||||||
std::ostream& display(std::ostream& out) const;
|
std::ostream& display(std::ostream& out) const;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue