| Commit | Date | |
|---|---|---|
| 2009-04-29 12:12:13 | Tree | |
| 2009-04-29 12:07:48 | Tree | |
|
[r6613]
by
mrieser
changed the way how the simulation recognizes if an agent has two activities on the same link / has a correctly empty leg-route. Added Test Case for this behavior. |
2009-04-29 10:35:41 | Tree |
|
[r6612]
by
mrieser
memory optimization, esp. for large scenarios: the Strings internally used are interned (see String.intern()), such that multiple Ids with the same id-value (e.g. Link 1, Node 1, Person 1, Facility 1) don't use multiple Strings to store the value, but only one. The performance penalty (only occurring when creating Ids, mostly when reading in files) should be negligible. |
2009-04-29 08:23:24 | Tree |
|
[r6611]
by
vsp_neumann
- added second check, so that if no layer is specified every link in highway defaults is converted |
2009-04-29 06:20:19 | Tree |
|
[r6610]
by
mrieser
- some code optimization to speed up Planomat (may not be noticeable) |
2009-04-28 22:06:19 | Tree |
| 2009-04-28 20:50:14 | Tree | |
| 2009-04-28 19:37:20 | Tree | |
|
[r6607]
by
mrieser
continued work on transit-simulation: agents can now enter and leave transit vehicles and thus travel with transit! |
2009-04-28 19:35:14 | Tree |
|
[r6606]
by
mrieser
changed method addParkedVehicle() from default-visibility to public, so it can be used from outside as well. |
2009-04-28 19:32:28 | Tree |