IntroTrfAsg - Introduction to the Traffic Assignment Toolbox
The purpose of the toolbox is to solve traffic assignment problems. A good reference is Michael Patriksson's book "The Traffic Assignment Problem, Models and Methods".
To define the problem we need :
All the data is stored in a scilab structure called a "NetList" that plays the role of a geographic data basis which can be visualized by "ShowNet" and edited inside "metanet" or "scigraph". This NetList is build by "MakeNet".
The traffic assignment is computed by "TrafficAssig". The results are stored in the Geographic Data Basis and can be visualized with "ShowNet".