updated starting data
This commit is contained in:
parent
025860fc8f
commit
fd37388339
1 changed files with 3 additions and 3 deletions
|
@ -180,8 +180,8 @@ delete(N,X,[Y|L], [Y|R]) :-
|
|||
%*************
|
||||
|
||||
heuristique(U,H) :-
|
||||
heuristique1(U, H). % au debut on utilise l'heuristique 1
|
||||
% heuristique2(U, H). % ensuite utilisez plutot l'heuristique 2
|
||||
% heuristique1(U, H). % au debut on utilise l'heuristique 1
|
||||
heuristique2(U, H). % ensuite utilisez plutot l'heuristique 2
|
||||
|
||||
|
||||
%****************
|
||||
|
@ -207,7 +207,7 @@ diff(_,_) :- true.
|
|||
|
||||
heuristique1(U,H) :-
|
||||
findall(X,
|
||||
(final_state(Fin), coordonnees([L,C], U, X)
|
||||
(final_state(Fin), coordonnees([L,C], U, X),
|
||||
coordonnees([L,C], Fin, Y), diff(X,Y)),
|
||||
Count),
|
||||
length(Count, H).
|
||||
|
|
Loading…
Reference in a new issue