Menu

Code Commit Log


Commit Date  
[r317] by laemmel

code cleanup

2008-01-01 23:10:06 Tree
[r316] by laemmel

bugfix

2008-01-01 23:00:09 Tree
[r315] by mrieser

changed method addSeries() from protected to public, so it can be really used...

2008-01-01 15:37:49 Tree
[r314] by mrieser

removed org.matsim.controler.IterationCleanup. The class wasn't in use any more for over a year, support for it in the Controler was removed a long time ago, and the structure how it was implemented/integrated into the Controler was out-dated as well...

2008-01-01 14:39:26 Tree
[r313] by mrieser

added org.matsim.utils.charts, some simple classes to generate basic charts with a simplified API.

2008-01-01 11:03:26 Tree
[r312] by mrieser

code cleanup.

2008-01-01 11:01:01 Tree
[r311] by mrieser

removed no longer used class

2008-01-01 10:59:43 Tree
[r310] by mrieser

Replaced PriorityQueueBucket (PQB) in Dijkstra with regular java.util.PriorityQueue (PQ), as the PQB was actually slower than the regular PQ. As the PQB was passed as parameter to many methods, lot of other classes that intherited from Dijkstra had to be changed as well. The interface KeyComparator was only used by PQB and could be removed afterwards. In the ReRouting-TestCase, one single plan had a different route, but with the same travel time, which may be due to a sorting issue with similar keys, handled differently between PQB and PQ. Similarly, the Snapshot of the RouterVis had changed, but visually it still displays the same.

2007-12-31 10:20:21 Tree
[r309] by mrieser

removed unnecessary import-statement.

2007-12-31 10:13:27 Tree
[r308] by mrieser

Use clone() on arrays when returning them in public getters/setters, as not to expose internal data structures to the outside.

2007-12-31 09:52:15 Tree
Older >