StaticTrafficAssignment.jl

Package for static road traffic assignment.
Author SaiKiran92
Popularity
0 Stars
Updated Last
3 Years Ago
Started In
June 2020

StaticTrafficAssignment

Build Status Coverage Stable Dev

This package contains functions to load road network data in TNTP format. Check out this GitHub repository to learn more about the format and download some standard networks.

Installation

Installation is straightforward: enter Pkg mode by hitting ], and then

(v1.0) pkg> add StaticTrafficAssignment

Available

Algorithms

  1. All-Or-Nothing
  2. Method of Successive Averages
  3. Frank-Wolfe
  4. Conjugate Frank-Wolfe
  5. Algorithm B

Features

  1. Custom delay functions

To Do

  • Implement a couple more bush-based algorithms.
  • Provide support for user-heterogeneity (or multi-class models) and some advanced applications of traffic assignment problems.
  • Add a visualization module.

Documentation and Testing

Will be made available soon.

Used By Packages

No packages found.