Integrating Prolog CLP(FD) with C#

327 views Asked by At

I've got a prolog code with constraints over finite domain and I would like to make some GUI for that. Nothing complicated, only displaying some text, click button and on that click the result would be displayed. I preffer C# & Visual Studio. Is there a way to do it? I found some examples integrating prolog with C#, but the major problem is that my code is with constraints and it seems to be the biggest problem to 'connect'/'convert' the prolog code to C#.

1

There are 1 answers

0
fferri On