3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-03-08 08:51:00 -08:00
parent c6f8ee33d4
commit 1d224d1bcd

View file

@ -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;