mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 16:27:11 +00:00
This commit is contained in:
parent
1fd6b66ecc
commit
df95ed64e0
4 changed files with 27 additions and 26 deletions
|
@ -130,7 +130,7 @@ namespace q {
|
|||
|
||||
void add_instantiation(clause& c, binding& b, sat::literal lit);
|
||||
|
||||
bool propagate(euf::enode* const* binding, unsigned max_generation, clause& c);
|
||||
bool propagate(euf::enode* const* binding, unsigned max_generation, clause& c, bool& new_propagation);
|
||||
|
||||
std::ostream& display(std::ostream& out) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue