[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon May 19 04:49:55 2000 
Subject:My program dumps truth values 
From:Matthew Sellers 
Volume-ID:1000518.01 

I have written a search algorithm within a larger program.
When the program is exited it returns something similar to the
following.
** {<true> <true> <true> <true> <true> <true> <true> <true> <true>
<true>
           <true> <true> <true> <true> <true> <true> <true> <true>
<true>
           <true> <true> <true> <true> <true> <true> <true> <true>
<true>
           <true> <true> <true> <true> <true> <true> <true> <true>
<true>
           <true> <true> <true> <true> <true> <true> <true> <true>
<true>
           <true> <true> <true> <true> <true> <true> <true> <true>
<true>
           <true>}

Where the number of <true> 's seems to depend on the number of search
iterations called by the program.
Since the values don't appear to come off the stack I do not understand
the mechanism
by which this is happening.

Does someone know where these may be being generated?

Thanks.