mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 01:32:17 +00:00
This commit is contained in:
parent
ba8d8f0af7
commit
362d299a5c
2 changed files with 5 additions and 5 deletions
|
@ -348,6 +348,7 @@ namespace euf {
|
|||
bool is_external(bool_var v) override;
|
||||
bool propagated(literal l, ext_constraint_idx idx) override;
|
||||
bool unit_propagate() override;
|
||||
bool should_propagate() override;
|
||||
bool should_research(sat::literal_vector const& core) override;
|
||||
void add_assumptions(sat::literal_set& assumptions) override;
|
||||
bool tracking_assumptions() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue