mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 11:14:43 +00:00
fixing bug introduced today
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
2b66b50c75
commit
1a11196211
5 changed files with 21 additions and 21 deletions
|
@ -260,7 +260,7 @@ namespace smt {
|
|||
bool is_atom() const { return m_atom; }
|
||||
inf_numeral const & get_value() const { return m_value; }
|
||||
virtual bool has_justification() const { return false; }
|
||||
virtual void push_justification(antecedents& antecedents, numeral const& coeff) {}
|
||||
virtual void push_justification(antecedents& antecedents, numeral const& coeff, bool proofs_enabled) {}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue