COIN-OR::LEMON - Graph Library

Timeline



12/02/08:

15:45 Ticket #182 (Port the dim_to_lgf tool) closed by Alpar Juttner
fixed: The port has been done, see #167.
10:34 Ticket #188 (Doc improvements in groups.dox) closed by Alpar Juttner
fixed
10:34 Ticket #185 (Doc improvements for BFS/DFS/Dijkstra) closed by Alpar Juttner
fixed: Now, it is in the main. (With modified commit log, see [6b9057cdcd8b].)

12/01/08:

15:03 Ticket #186 (Improvements for scripts) closed by Alpar Juttner
fixed: Replying to kpeter: > Then of course these changes …
14:59 Ticket #187 (DijkstraWidestPathOperationTraits) closed by Alpar Juttner
fixed: Replying to kpeter: > [62f9787c516c] can be merged to both …
14:59 Ticket #175 (Port the feasible circulation algorithm) closed by Alpar Juttner
fixed: A bit reorganized version of these changes are in the main now, see …

11/30/08:

21:43 Ticket #191 (Benchmark questions related to Preflow) created by Peter Kovacs
There are some efficiency questions about the Preflow
21:34 Ticket #190 (Standard maps should be reference maps) created by Peter Kovacs
Should we state in the graph structure concepts that node and arc/edge …
21:25 Ticket #189 (Add the functionality of ItemSetTraits to the graphs) created by Peter Kovacs
Maybe we could introduce the functionality of ItemSetTraits to the …
20:55 Ticket #188 (Doc improvements in groups.dox) created by Peter Kovacs
See the attached patch.
17:26 Ticket #187 (DijkstraWidestPathOperationTraits) created by Peter Kovacs
Do we really need this class in dijkstra.h? Or it should rather be an …
17:16 Ticket #186 (Improvements for scripts) created by Peter Kovacs
See the attached patch.
17:13 Ticket #185 (Doc improvements for BFS/DFS/Dijkstra) created by Peter Kovacs
10:01 Ticket #176 (Port the preflow push alg. (max. flow)) closed by Alpar Juttner
fixed: The port went to the main. I kept the original name (Preflow) for this …
09:58 Ticket #167 (Port DIMACS readers) closed by Alpar Juttner
fixed: The port went to the main branch.

11/29/08:

10:04 Ticket #184 (Bibliography for LEMON) created by Peter Kovacs
It would be useful if we have references (books, articles etc.) for …
07:20 MailingLists edited by Alpar Juttner
(diff)

11/27/08:

07:46 IssueTracker edited by Peter Kovacs
(diff)

11/24/08:

10:24 Ticket #174 (Port the Elevator) closed by Alpar Juttner
fixed: Replying to kpeter: > However before we close this ticket, …
10:22 Ticket #183 (Improve doc of Elevator) created by Alpar Juttner
The documentation should describe the differences between …
10:06 Ticket #182 (Port the dim_to_lgf tool) created by Alpar Juttner
This is a follow up of #45. The affected file is - tools/dim_to_lgf.cc

11/22/08:

11:49 beadando.zip attached to LemonSpeci2009 by Balazs Dezso
11:49 lemon-beadando.pdf attached to LemonSpeci2009 by Balazs Dezso
11:48 lemon-undirsp.pdf attached to LemonSpeci2009 by Balazs Dezso
11:48 lemon-orient.pdf attached to LemonSpeci2009 by Balazs Dezso
11:47 lemon-2sat.pdf attached to LemonSpeci2009 by Balazs Dezso

11/21/08:

14:58 Ticket #27 (Think over how the demo codes should look like) closed by Alpar Juttner
fixed: Now, it is quite clear that the majority of the demos will go to the …

11/17/08:

13:13 Ticket #181 (Support multiple targets for Suurballe) created by Alpar Juttner
The concept is that […] would do just as it does now, but in …

11/14/08:

10:46 Ticket #47 (Port network flow algorithms) closed by Alpar Juttner
fixed: I've cut the remaining part of this ticket into several follow-ups, …
10:37 Ticket #180 (Port the remaining min. cost flow algorithms) created by Alpar Juttner
This ticket is a follow-up of #47. The affected files are - …
10:35 Ticket #179 (Port the min mean cycle algorithms) created by Alpar Juttner
I.e. the file - lemon/min_mean_cycle.h This ticket is a follow-up …
10:34 Ticket #178 (Port dynamic tree based max flow algs.) created by Alpar Juttner
This ticket is a follow-up of #47. Affected files are: - …
10:30 Ticket #177 (Port the Edmonds-Karp max. flow alg.) created by Alpar Juttner
This ticket is a follow-up of #47. The affected files in - …
10:28 Ticket #176 (Port the preflow push alg. (max. flow)) created by Alpar Juttner
This ticket is a follow-up of #47. The affected files are - …
10:27 Ticket #175 (Port the feasible circulation algorithm) created by Alpar Juttner
This ticket is a follow-up of #47. The affected files are - …
10:25 Ticket #174 (Port the Elevator) created by Alpar Juttner
This ticket is a follow-up of #47. The affected files are - …

11/12/08:

17:55 Downloads edited by Akos Ladanyi
(diff)
13:38 Ticket #173 (rnd(1000) gives faulty result) closed by Alpar Juttner
fixed: Replying to kpeter: > So I think your changeset should be …

11/11/08:

09:50 Ticket #173 (rnd(1000) gives faulty result) created by Alpar Juttner
If you call the operator() with an integer value, it will give faulty …

11/07/08:

16:42 Ticket #172 (Extend test cases for graphs and digraphs) closed by Peter Kovacs
fixed: Replying to alpar: > I merged them back both to the 1.0 …
14:29 Ticket #171 (Bug fix in SmartGraph::restoreSnapshot()) closed by Alpar Juttner
fixed
11:27 Ticket #172 (Extend test cases for graphs and digraphs) created by Peter Kovacs
[49d9a36b3b84] largely extend the test cases for ListDigraph, …
11:20 Ticket #171 (Bug fix in SmartGraph::restoreSnapshot()) created by Peter Kovacs
[5a3d689ea770] contains a bug fix in SmartGraph::restoreSnapshot()
07:26 Ticket #170 (Critical bug fix in SmartDigraph::split()) closed by Alpar Juttner
fixed

11/06/08:

22:28 Ticket #170 (Critical bug fix in SmartDigraph::split()) created by Peter Kovacs
The following code causes "Segmentation fault" error in the 1.0 …
14:51 Ticket #57 (Port the special graph structures (full, hypercube and grid)) closed by Alpar Juttner
fixed: Replying to kpeter: > Here it is: > - [b4a01426c0d9]

11/05/08:

08:13 Ticket #55 (Port nauty reader) closed by Alpar Juttner
fixed
08:12 Ticket #169 (Fixes and improvements for lemon/bits) closed by Alpar Juttner
fixed

11/04/08:

20:44 Ticket #169 (Fixes and improvements for lemon/bits) created by Peter Kovacs
[75cf49ce5390] adds missing tags to graph implementations and …
20:07 Ticket #81 (Port demo files) closed by Peter Kovacs
wontfix: These simple demo files will be moved to the tutorial, and probably …
12:02 Ticket #168 (Port bipartite matching algorithms) created by Alpar Juttner
This ticket is a follow-up of #48. The following tools are affected: …

11/03/08:

22:08 IssueTracker edited by Peter Kovacs
(diff)
17:07 Ticket #167 (Port DIMACS readers) created by Alpar Juttner
This ticket is a follow up of #55.
Note: See TracTimeline for information about the timeline view.