I think luca wrote: > f-54 (moves_counter (c 0) (is_jess_the_crappiest_ever_thing "yes"))
I'm singularly not impressed by the above. > > As you can see above, the problem is that the rule "init_colorize" is > activated two times with the same facts: > > [Activation: init_colorize f-1, f-55 ; time=116 ; salience=0] > [Activation: init_colorize f-1, f-55 ; time=59 ; salience=0] This is a problem only if you perceive it to be, of course. There are many legitimate reasons why a rule could be activated multiple times for the same set of facts. > > Anyway, the facts are the same, but the time is different... > I must notice that this strange behaviour is only due to my application, > since the jess.Main or jess.Console runs correctly, in fact the > init_colorize is activated only once in the agenda. > I don't see anything particularly relevant in the code sample; the rule "init_colorize" would be more useful, as would be some general information about your program. One possiblity is that you're using (definstance) without heeding manual section 3.4. --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 Org. 8920, MS 9012 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550 -------------------------------------------------------------------- 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] --------------------------------------------------------------------
