You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experimenting with the partial evaluation capabilities of ciaopp, but I'm not sure how to get the best possible results. I tried to transform the following program:
This looks good to me, and I want to express my thanks for ciaopp as a really capable open source tool. But I don't really know what I'm doing so I have some basic questions:
Is there some way to get rid of the duplicate test3([]). clauses? (In some bigger tests I get many of them).
Is there some flag to turn off generation of these kinds of statements: :- true pred...?
Am I going about this the right way? I'd like to be able to apply partial evaluation across a variety of programs, and so I'm looking for a configuration that works well overall.
The text was updated successfully, but these errors were encountered:
I'm experimenting with the partial evaluation capabilities of ciaopp, but I'm not sure how to get the best possible results. I tried to transform the following program:
With this "driver" code:
Here is the result:
This looks good to me, and I want to express my thanks for ciaopp as a really capable open source tool. But I don't really know what I'm doing so I have some basic questions:
test3([]).
clauses? (In some bigger tests I get many of them).:- true pred...
?The text was updated successfully, but these errors were encountered: