mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
na/
This commit is contained in:
parent
06ebf9a02a
commit
7247bbb78f
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue