Changes between Version 11 and Version 12 of PTVS_Impl


Ignore:
Timestamp:
Jan 14, 2010, 10:16:02 AM (14 years ago)
Author:
sinziana.mazilu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PTVS_Impl

    v11 v12  
    3636== Final implementation ==
    3737
    38 '''Intersection based idea'''
     38==
     39'''Intersection based idea''' ==
     40
    3941
    4042We chose to implement the best idea from those 3: a work-pool for each intersection.
     
    6062Each event will be computed by the 'NoIntersection % 7' thread.
    6163
     64==
    6265
    63 '''Roads based idea'''
     66'''Roads based idea''' ==
     67
    6468
    6569Making the framework and implementing the intersection based idea, it was easy for us to implement the road based idea.