mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 12:55:52 +00:00
This commit is contained in:
parent
fea14245a0
commit
b016465ad2
6 changed files with 15 additions and 12 deletions
|
@ -108,7 +108,7 @@ namespace recfun {
|
|||
bool is_shared(euf::theory_var v) const override { return true; }
|
||||
void init_search() override {}
|
||||
bool should_research(sat::literal_vector const& core) override;
|
||||
void add_assumptions() override;
|
||||
void add_assumptions(sat::literal_set& assumptions) override;
|
||||
bool tracking_assumptions() override { return true; }
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue