Dear List, I was looking for a way to use the constraint solver of GNU Prolog from Java applicatons. I have a (Java) tree representing basically a constraint, and I want to solve this constraint via GNU Prolog.
At the end I wrote a little server in GNU Prolog which opens a socket to do so. One can send a constraint encoded in a tree structure and gets the first found solution back (for my application getting just one solution is fine). Comments are welcome, you can have a look here: http://www.cs.ru.nl/~lf/tools/treesolver/ Cheers, Lars _______________________________________________ Users-prolog mailing list [email protected] http://lists.gnu.org/mailman/listinfo/users-prolog
