Skip to content

Commit

Permalink
fix #6599
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Feb 18, 2023
1 parent daeaed1 commit 6092bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sat/sat_prob.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ namespace sat {

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;

Expand Down

0 comments on commit 6092bf5

Please sign in to comment.