I'm trying to make a simple route plan with CLP in prolog using eclipseclp and I want to use the clpfd prolog library, but the compiler doesn't recognize them. I obtain this error:
library not found in use_module(library(clpfd))
I have installed all the third party libraries of eclipseCLP but I can't solve this problem.