This website works better with JavaScript
Home
Explore
Help
Sign In
CNI
/
Prlog
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
tp/basics/1
Prlog
/
potassco
/
hanoi
/
toh_ins.lp
toh_ins.lp
73 B
Permalink
History
Raw
1
2
3
4
5
peg(a; b; c).
disk(1..4).
init_on(1..4, a).
goal_on(1..4, c).
moves(15).