根据维基百科的说法,prolog使用SLD Resolution。在core.logic中驱动求解的主要算法是什么?
发布于 2016-11-19 02:04:19
core.logic实际上就是miniKanren。比较如下:
What are the main technical differences between Prolog and miniKanren, with respect to logic programming?
或者另一种解释:
http://minikanren.org/minikanren-and-prolog.html
https://stackoverflow.com/questions/40640054
相似问题