mirror of
https://github.com/Z3Prover/z3
synced 2025-07-03 03:15:41 +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);
|
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.)
|
\brief merge nodes, all effects are deferred to the propagation step.
|
||||||
* The root of the merged class will be root(n2), unless there is a specific reason to prefer root(n1).
|
|
||||||
*/
|
*/
|
||||||
void merge(enode* n1, enode* n2, void* reason) { merge(n1, n2, justification::external(reason)); }
|
void merge(enode* n1, enode* n2, void* reason) { merge(n1, n2, justification::external(reason)); }
|
||||||
void new_diseq(enode* n);
|
void new_diseq(enode* n);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue