3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

restore commment

This commit is contained in:
Jakob Rath 2023-12-18 12:02:41 +01:00
parent b279df7f85
commit 48fd2bcfe8

View file

@ -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);