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

@@ -89,6 +89,7 @@
:- use_module(library(gecode)).
:- use_module(library(maplist)).
:- reexport(library(matrix), [(<==)/2, op(600, xfx, '<=='),
op(700, xfx, in),
op(700, xfx, ins),
@@ -223,7 +224,7 @@ sum( L, Op, V) :-
check(L, NL),
check(V, NV),
post( rel(sum(NL), Op, NV), Env, _).
( A #<==> VBool) :-
( ( A #<==> VBool )) :-
get_home(Space-Map),
check(A, NA),
check(VBool, NVBool),

View File

@@ -2,5 +2,5 @@
/* just for program analysis */
:- include(gecode4_yap_hand_written).
:- include('4.2.1/gecode_yap_auto_generated').
:- include('4.2.1/gecode_yap_auto_generated.yap').