mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
fix build
This commit is contained in:
parent
1de25ed09c
commit
965bee5801
4 changed files with 4 additions and 4 deletions
|
@ -435,7 +435,7 @@ namespace euf {
|
|||
}
|
||||
|
||||
|
||||
bool solver::should_propagate() {
|
||||
bool solver::can_propagate() {
|
||||
return m_egraph.can_propagate();
|
||||
}
|
||||
|
||||
|
|
|
@ -348,7 +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 can_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