如何在c#.net中调用prolog? [英] How to call prolog in c#.net ?

查看:82
本文介绍了如何在c#.net中调用prolog?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用SWI-Prolog编译器加载Aleph.pl及其学习数据文件并开始归纳,所以我的prolog命令是:

? - working_directory(CDW,FilesPath)。

? - [aleph.pl]。

? - read_all(inputFiles_aleph)。

? - 诱导。



如何在C#中运行/调用这些命令?

I use SWI-Prolog compiler for loading the Aleph.pl and its learning data files and starting induction,so my prolog commands are:
?- working_directory(CDW,FilesPath).
?- [aleph.pl].
?- read_all(inputFiles_aleph).
?- induce.

How do I run/call these commands in C#?

推荐答案

什么阻止你从这里开始:[ ^ ]?



并下载​​提供的二进制文件,并按照列出的链接获取有关如何从C#使用此Prolog编译器的详细信息?
What is stopping you from starting here: [^] ?

And downloading the binary file provided, and following the links listed to get detailed information about how to use this Prolog compiler from C# ?


这篇关于如何在c#.net中调用prolog?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆