mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
restore commment
This commit is contained in:
parent
b279df7f85
commit
48fd2bcfe8
1 changed files with 1 additions and 2 deletions
|
@ -274,8 +274,7 @@ namespace euf {
|
|||
void pop(unsigned num_scopes);
|
||||
|
||||
/**
|
||||
* \brief Merge nodes, all effects are deferred to the propagation step. (TODO: is that comment outdated? at least in polysat::slicing it seems we almost never need to call propagate() separately.)
|
||||
* The root of the merged class will be root(n2), unless there is a specific reason to prefer root(n1).
|
||||
\brief merge nodes, all effects are deferred to the propagation step.
|
||||
*/
|
||||
void merge(enode* n1, enode* n2, void* reason) { merge(n1, n2, justification::external(reason)); }
|
||||
void new_diseq(enode* n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue