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