Skip to content

[feat] Filter rewriter#13

Open
yhteoh wants to merge 1 commit intomainfrom
filter
Open

[feat] Filter rewriter#13
yhteoh wants to merge 1 commit intomainfrom
filter

Conversation

@yhteoh
Copy link
Copy Markdown
Contributor

@yhteoh yhteoh commented Jan 16, 2026

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    feature

  • What is the current behavior? (You can also link to an open issue here)

  • FixedPoint rewriter reuses the same rule object for each iteration
  • What is the new behavior (if this is a feature change)?
  • Implemented Filter rewriter that executes rule only on model that satisfies the filter
  • FixedPoint and Filter rewriter has reuse attribute that governs if the rule is reused or copies of the rule are created for each iteration
  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No

  • Other information:

…n model matching the filter function. Added flag in FixedPoint and Filter rewriter for reusing rule or creating copies of the rule (default)
@yhteoh yhteoh self-assigned this Jan 16, 2026
@yhteoh yhteoh added bug Something isn't working enhancement New feature or request labels Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant