added readme
This commit is contained in:
parent
6d8273617c
commit
57ef053de8
2 changed files with 16 additions and 1 deletions
|
@ -150,7 +150,7 @@ loop_sucessors([[Act,U,[F_proposal,H_proposal,G_proposal]]|T],Q,Pu,Pf,Pere,Pu_re
|
||||||
belongs([U,_,_], Pu), !,
|
belongs([U,_,_], Pu), !,
|
||||||
suppress([[F,H,G], U],Pf, Pf_new),
|
suppress([[F,H,G], U],Pf, Pf_new),
|
||||||
suppress([U,[F,H,G], _, _],Pu, Pu_new),
|
suppress([U,[F,H,G], _, _],Pu, Pu_new),
|
||||||
(H =< H_proposal ->
|
(F =< F_proposal ->
|
||||||
loop_sucessors(T,Q,Pu,Pf,Pere,Pu_result,Pf_result)
|
loop_sucessors(T,Q,Pu,Pf,Pere,Pu_result,Pf_result)
|
||||||
;
|
;
|
||||||
insert([[F_proposal,H_proposal,G_proposal], U],Pf_new, Pf_new_new),
|
insert([[F_proposal,H_proposal,G_proposal], U],Pf_new, Pf_new_new),
|
||||||
|
|
15
TP1/readme.md
Normal file
15
TP1/readme.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Intelligence Artificielle
|
||||||
|
|
||||||
|
## Jeu du taquin :
|
||||||
|
- taquin.pl
|
||||||
|
- avl.pl
|
||||||
|
- aetoile.pl
|
||||||
|
|
||||||
|
## Jeu du morpion :
|
||||||
|
- negamax.pl
|
||||||
|
- tictactoe.pl
|
||||||
|
|
||||||
|
## Participation
|
||||||
|
- Aurélia LEJEUNE
|
||||||
|
- Raphaël LACROIX
|
||||||
|
|
Loading…
Reference in a new issue