mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
na
This commit is contained in:
parent
c6f8ee33d4
commit
1d224d1bcd
|
@ -427,8 +427,8 @@ namespace arith {
|
|||
void get_antecedents(literal l, sat::ext_justification_idx idx, literal_vector& r, bool probing) override;
|
||||
void asserted(literal l) override;
|
||||
sat::check_result check() override;
|
||||
void simplify() override;
|
||||
void init_search() override;
|
||||
void simplify() override {}
|
||||
void init_search() override {}
|
||||
|
||||
std::ostream& display(std::ostream& out) const override;
|
||||
std::ostream& display_justification(std::ostream& out, sat::ext_justification_idx idx) const override;
|
||||
|
|
Loading…
Reference in a new issue