Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the RESTRICT(evaluate_at) operation #5

Open
lishaowen0426 opened this issue Nov 29, 2022 · 0 comments
Open

the RESTRICT(evaluate_at) operation #5

lishaowen0426 opened this issue Nov 29, 2022 · 0 comments

Comments

@lishaowen0426
Copy link

lishaowen0426 commented Nov 29, 2022

uint32_t new_node = Node::make(var,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant