asu-trans-ai-lab / DTALite

GNU General Public License v3.0
74 stars 40 forks source link

Feature/code optimization #3

Closed jdlph closed 3 years ago

jdlph commented 3 years ago

The major changes include,

  1. enhance the existing FIFO implementation by adding if to_node in SEList check using status array;
  2. provide Deque and heap-Dijkstra implementations;
  3. enhance the existing deque implementation in cpp by changing return type from double to void, removing unused variables, and moving declarations of variables to where they are defined;
  4. update the mechanism of assigning agent_seq_no.