s-webber / projog

Prolog programming for the Java platform.
Apache License 2.0
34 stars 9 forks source link

Support optimisation of predicates based on arguments they are called with #184

Closed s-webber closed 3 years ago

s-webber commented 3 years ago

Provide a mechanism to optimise predicates based on the specific arguments they are being called with.

Update: Added the PreprocessablePredicateFactory interface to support this feature.