Changes between Initial Version and Version 5 of Ticket #98
- Timestamp:
 - 10/12/09 15:44:06 (16 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
        
Ticket #98
- Property Owner changed from Alpar Juttner to Peter Kovacs
 - 
                Property
            Status
                  changed from
              
newtoassigned - 
                Property
            Type
                  changed from
              
defecttoenhancement - 
                Property
            Milestone
                  changed from
              
LEMON 1.1 releaseto 
 - 
        
Ticket #98 – Description
initial v5 1 !LoggerBoolMap map is only readable, so e.g. it can be used for !ProcessedMapbut it cannot be used for !ReachedMap in Bfs, Dfs, Dijkstra.1 !LoggerBoolMap map is only writable, so e.g. it can be used for !ProcessedMap, but it cannot be used for !ReachedMap in Bfs, Dfs, Dijkstra. 2 2 3 3 Now the simplest way for creating such a map is  

