fix arena initialization

This commit is contained in:
Vítor Santos Costa
2014-08-23 14:47:40 -05:00
parent 495ab155f9
commit 19d0f56f2d
18 changed files with 362 additions and 187 deletions

View File

@@ -2,6 +2,9 @@
% interface to prism from YAP
:- ensure_loaded(library(dialect/bprolog)).
:- set_prolog_flag(dollar_as_lower_case,on).
% :- set_prolog_flag(tabling_mode, local).
:- load_foreign_files([prism], [], bp4p_register_preds). /* load prism stuff */
:- style_check(-discontiguous). /* load prism stuff */