Skip to content

Commit

Permalink
Removed chaining processor from full framework, as it cannot be used …
Browse files Browse the repository at this point in the history
…there at the moment
  • Loading branch information
Cynthia Kop committed Oct 14, 2024
1 parent 3d86373 commit 5c4f6a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public FullDPFramework(TRS trs, boolean extraRules) {
new TheoryArgumentsProcessor(true),
new ReachabilityProcessor(),
new GraphProcessor(),
new ChainingProcessor(false),
new SubtermProcessor(),
new TheoryArgumentsProcessor(false),
new IntegerMappingProcessor(),
Expand Down

0 comments on commit 5c4f6a0

Please sign in to comment.