opencog / pln

Probabilistic Logic Network (PLN) implemented on top of the Unified Rule Engine (URE). https://wiki.opencog.org/w/Probabilistic_logic_networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails compiling on ubuntu 16.04 because of the added python lookup in CMakeList.txt

einalex opened this issue · comments

the added python lookup should be replaced by
include(OpenCogFindPython)