My previous post was badly worded.
Let me use the notation of eg.
http://herzberg.ca.sandia.gov/jess/docs/rete.html
'Facts' (not 'conditions').
fact-set = knowledge base.

Aloysius needs also to use the standard notation to explain his problem:
  Facts , knowledge base,
  LHS, RHS, rules 


------ Pseudo code of jess engine: ------

Repeat
    matching(fixed-ruleset, present-fact-set);
    resolve-possible-multi-match-conflict;
    update(present-fact-set, chosen-matched-rule)
Until GoalState OR noMatch.

I understand that the original post required to know which
rule had been selected, at each matched cycle. How does this relate to
Aloysius' problem description above?


Chris Glur.


---------------------------------------------------------------------
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]
---------------------------------------------------------------------

Reply via email to