shubhamgoyal

Untitled

Dec 28th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 0.27 KB | None | 0 0
  1. assert(possible([[S,R,P], [[S,P], [P,R]]])), assert(possible([[S,R,P], [[S,P], [S,R]]])),
  2. assert(possible([[S,R,P], [[S,R], [P,R]]])), assert(possible([[S,P,R], [[S,P], [P,R]]])),
  3. assert(possible([[S,P,R], [[S,P], [S,R]]])), assert(possible([[S,P,R], [[S,R], [P,R]]])),
Advertisement
Add Comment
Please, Sign In to add comment