You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the restricted variable is below the node, shouldn't the new root be the variable of node instead of var
uint32_t new_node = Node::make(pointer(node)->root, evaluate_at(pointer(node)->branch_true, var, value), evaluate_at(pointer(node)->branch_false, var, value));
The text was updated successfully, but these errors were encountered:
HermesBDD/src/node.cpp
Line 142 in 4b45664
When the restricted variable is below the node, shouldn't the new root be the variable of
node
instead ofvar
uint32_t new_node = Node::make(pointer(node)->root, evaluate_at(pointer(node)->branch_true, var, value), evaluate_at(pointer(node)->branch_false, var, value));
The text was updated successfully, but these errors were encountered: