index
:
wbs
master
Prisoners Dilemma implemented in Prolog
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rules
/
always_defect.pl
blob: aea4bd67275e81e5ce60d44564fda164b24f7c01 (
plain
)
1
2
3
%
Syntax
:
always_defect
(+
history
, -
choice
, +
state_in
, -
state_out
)
always_defect
(
_
,
d
,
_
,
_
).