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

Avoid rerunning clingo on reodering of components #75

Open
stephanzwicknagl opened this issue May 1, 2024 · 0 comments
Open

Avoid rerunning clingo on reodering of components #75

stephanzwicknagl opened this issue May 1, 2024 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@stephanzwicknagl
Copy link
Collaborator

Avoiding the renewed call to clingo using a new justifier program might be a performance improvement, but is currently not a bottleneck. It's not certain whether clingo is actually slower than the proposed set operations.

  • when the moved component is not moved past a rule with the same predicate in head: no need to recalculate anything
  • other cases: use old "h" symbols (not h_new), reassign indices according to new sort, then manually do the finding of h_new.
@stephanzwicknagl stephanzwicknagl added enhancement New feature or request question Further information is requested labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant