Updated ProbLog Makefile and updated Problog top files.

This commit is contained in:
Vitor Santos Costa
2009-03-09 00:40:12 +00:00
parent b04e6a2c2e
commit 1c87f3b41a
3 changed files with 1531 additions and 14 deletions

View File

@@ -101,7 +101,8 @@
% directory where ProblogBDD executable is located
% automatically set during loading -- assumes it is in same place as this file (problog.yap)
:- getcwd(PD),retractall(problog_dir(_)),assert(problog_dir(PD)).
%:- getcwd(PD),retractall(problog_dir(_)),assert(problog_dir(PD)).
:- yap_flag(shared_object_search_path,PD),retractall(problog_dir(_)),assert(problog_dir(PD)).
%%%%%%%%%%%%%%%%%%%%%%%%
% help