3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2023-12-12 14:42:34 -08:00
parent 06ebf9a02a
commit 7247bbb78f

View file

@ -113,7 +113,7 @@ namespace intblast {
void get_antecedents(sat::literal l, sat::ext_justification_idx idx, sat::literal_vector& r, bool probing) override {}
sat::check_result check() override { return sat::check_result::CR_DONE; }
sat::check_result check() override;
std::ostream& display_justification(std::ostream& out, sat::ext_justification_idx idx) const override { return out; }