和杰斯一起数

时间:2012-04-04 20:09:15

标签: eclipse jess

我对JESS很新, 我已经定义了很多关于学生的事实

(deffacts myStudents
(student (Name Ruba) (AVG 81))
(student (Name Lolo) (AVG 80))
(student (Name Koko) (AVG 75))
(student (Name Soso) (AVG 85))
(student (Name dodo) (AVG 64))
(student (Name popo) (AVG 25))
(student (Name qoqo) (AVG 91))
(student (Name wowo) (AVG 60))
(student (Name eoeo) (AVG 13)))

我需要计算成功的学生和失败的学生(如果AVG​​> = 60则他成功)
但我无法通过计算来保持其价值 请帮忙吗?
感谢。

1 个答案:

答案 0 :(得分:1)

你可以通过积累CE实现这一点。