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

Optimization of invert_levels for JumpMode::AppendDontcareSymbols #486

Merged
merged 3 commits into from
Feb 14, 2025

Conversation

koniksedy
Copy link
Collaborator

This PR introduces new tests for the invert_levels function and an optimization change. With this optimization, transitions between two states over n symbols will use only one auxiliary state, not n auxiliary states as before.

@koniksedy koniksedy requested review from jurajsic and Adda0 February 11, 2025 14:44
Copy link
Collaborator

@Adda0 Adda0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise, the PR looks good.

@Adda0
Copy link
Collaborator

Adda0 commented Feb 14, 2025

Looks good. Merging the PR now. Juraj can add his review when he returns.

@Adda0 Adda0 merged commit 9bc5557 into devel Feb 14, 2025
15 checks passed
@Adda0 Adda0 deleted the inverse-optim branch February 14, 2025 16:33
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.

2 participants