LogitN - Net Logit Assignment
Compute the logit traffic assignment using a method among LogitB, LogitD, LogitMB, LogitMD the travel time is taken in %net.links.time and the assigned fow is put in the field %net.links.flow of the variable %net which is a NetList which must be declared global.
// Graph generation (the graph must be stongly connected) %net=TrafficExample("Steenbrink"); //theta definition (almost determinsitic) theta=10; // Flow calculation LogitN(theta,LogitMB) ShowNet()