mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue