problog examples fix

This commit is contained in:
Theofrastos Mantadelis
2010-12-02 15:04:42 +01:00
parent f46000cd11
commit 9ee83ddf6c
6 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
% $Id: office.pl 4970 2010-10-21 08:47:36Z bernd $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
:- use_module('../problog').
:- use_module(library(problog)).
(W,gaussian(2,1)) :: width(W).
(L,gaussian(9,3)) :: length(L).