comparison test_crp.pl @ 3:974d7be8eec4 tip

Update to pack-based dcg utilities
author samer
date Tue, 03 Oct 2017 11:52:23 +0100
parents b31415b4a196
children
comparison
equal deleted inserted replaced
2:2c8a10d9e3cb 3:974d7be8eec4
1 :- use_module(library(plrand)). 1 :- use_module(library(plrand)).
2 :- use_module(library(randbase)). 2 :- use_module(library(randbase)).
3 :- use_module(library(randpred)). 3 :- use_module(library(randpred)).
4 :- use_module(library(dcgu)). 4 :- use_module(library(dcg_core)).
5 :- use_module(library(dcgshell)). 5 :- use_module(library(dcg_shell)).
6 :- use_module(crp). 6 :- use_module(crp).