Can anybody tell me more about Salience.
For Example i wrote something like this:
(rule 1
(declare (seliance 100))
(
test bla
=>
do bla
)
(rule 2
(declare (seliance -100))
(
test blabla
=>
do blabla
)
(rule 3
(declare (seliance -500))
(
test blablabla
=>
do blablabla
)
but by the execution the order won't be held, i mean rule 3 is not always
the last rule which fire.
How to set the Salience-Strategy.
greeting
Nazar Saeed
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------