Skip to content

Add conversion of tree rules to a ROBDD #2649

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add conversion of tree rules to a ROBDD #2649

wants to merge 1 commit into from

Conversation

mtdowling
Copy link
Member

Tree-based endpoint rules can be converted to a reduced ordered binary decision diagram, or ROBDD, allowing for a much more compact representation of endpoints and more optimal evaluation with no duplicated conditions for any given path.

Background

  • What do these changes do?
  • Why are they important?

Testing

  • How did you test these changes?

Links

  • Links to additional context, if necessary
  • Issue #, if applicable (see here for a list of keywords to use for linking issues)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Tree-based endpoint rules can be converted to a reduced ordered
binary decision diagram, or ROBDD, allowing for a much more compact
representation of endpoints and more optimal evaluation with no
duplicated conditions for any given path.
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

Successfully merging this pull request may close these issues.

1 participant