mjcortejo / csc931m-complex-systems

This repository contains the projects done for the CSC931M class
0 stars 0 forks source link

Create entry point nodes using digraph #10

Closed mjcortejo closed 1 year ago

mjcortejo commented 1 year ago

Converted the graph into a directed graph (DiGraph) to enforce a designated entry point for all agents. This modification allows for better control over the one-way and two-way attributes of the road network, facilitating future adjustments and implementation of traffic flow restrictions