COIN-OR::LEMON - Graph Library

source: lemon-0.x

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2623:90defb96ee61   15 years Peter Kovacs Add missing pointer initializing in min cost flow classes
(edit) @2622:fa2877651022   15 years Balazs Dezso Fix _setCoeff
(edit) @2621:814ba94d9989   15 years Peter Kovacs Bug fix in min_cost_flow_test.cc
(edit) @2620:8f41a3129746   15 years Peter Kovacs Doc improvements
(edit) @2619:30fb4d68b0e8   15 years Peter Kovacs Improve network simplex algorithm - Remove "Limited Search" and …
(edit) @2618:6aa6fcaeaea5   16 years Balazs Dezso G++-4.3 compatibility changes
(edit) @2617:5222a3c470ed   16 years Balazs Dezso Backport bug fix for Id handling from hg changeset [e67acd83a9ca]
(edit) @2616:02971275e7bf   16 years Balazs Dezso Back port bug fix from hg changeset [0915721396dc]
(edit) @2615:2bf1f6e3d5ae   16 years Akos Ladanyi Fix bug caused by m4 consuming pairs of square brackets (#108).
(edit) @2614:77bc9718ddd7   16 years Alpar Juttner Update the version number
(edit) @2613:3d14a3449362   16 years Balazs Dezso Back porting hg commit 81563e019fa4
(edit) @2612:3d65053d01a3   16 years Balazs Dezso Bug fix initialization The std::numeric_limits<double>::min() means …
(edit) @2611:b526b87d8c2f   16 years Balazs Dezso Fixing bug in named parameters (Back port bug fix of ticket #95)
(edit) @2610:52cf8f8f25b4   16 years Balazs Dezso Bug fix full graph problam
(edit) @2609:c36f00f19f2b   16 years Balazs Dezso Fixing lp constraints (solving ticket #92)
(edit) @2608:207efbaea269   16 years Alpar Juttner Avoid warning in random.h (backport of chgset 4790635473ef from lemon-1.0) lemon-0.7
(edit) @2607:78e8de179fe2   16 years Peter Kovacs Remove SspMinCostFlow?, since it is fully replaced by other classes.
(edit) @2606:710c714a7dd3   16 years Peter Kovacs Revert mistaken changes in NEWS file.
(edit) @2605:852361980706   16 years Balazs Dezso Bug fixes in LP solvers - the copyLp is clarified - newLp and copyLp …
(edit) @2604:e4ec01f1a4cd   16 years Balazs Dezso Fix Makefile.am
(edit) @2603:5f36105d656b   16 years Peter Kovacs Small fixes in NEWS file
(edit) @2602:1c7790d9e025   16 years Hegyi Péter Rel.07 NEWS - 3. round
(edit) @2601:054de623255b   16 years Hegyi Péter Rel.07 NEWS - 2. round
(edit) @2600:e5530c0a018c   16 years Hegyi Péter NEWS file updated for Release 0.7
(edit) @2599:b9905565d185   16 years Alpar Juttner Serious bugfix in Random::gamma() Backport from hg b6bede534255
(edit) @2598:71f4bd3a9ae8   16 years Balazs Dezso Minor bug fix
(edit) @2597:91e2b6a4b96e   16 years Balazs Dezso Correcting broken repo
(edit) @2596:9c00e972cdfd   16 years Balazs Dezso Back porting commit 81563e019fa4
(edit) @2595:1cbd377bffb3   16 years Balazs Dezso Bug fix for not connected graphs
(edit) @2594:97dcc3c5ea31   16 years Balazs Dezso Executable property removed
(edit) @2593:8eed667ea23c   16 years Peter Kovacs Fix static member initializations (ticket #30).
(edit) @2592:f1fb0c31f952   16 years Akos Ladanyi Revert to long long int since currently I don't know a better solution.
(edit) @2591:3b4d5bc3b4fb   16 years Akos Ladanyi In C++98 array size shall be an integral constant expression. Fixes …
(edit) @2590:47c245b97199   16 years Akos Ladanyi There is no 'long long int' type in C++98 (only in C99).
(edit) @2589:1bbb28acb8c9   16 years Peter Kovacs Bug fix in CapacityScaling?.
(edit) @2588:4d3bc1d04c1d   16 years Peter Kovacs Small improvements in min cost flow files.
(edit) @2587:061be2e64eca   16 years Peter Kovacs External flow and potential maps can be used in MinCostMaxFlow?.
(edit) @2586:37fb2c384c78   16 years Peter Kovacs Reimplemented Suurballe class. - The new version is the specialized …
(edit) @2585:20d42311e344   16 years Balazs Dezso Backport of bug fix hg 2de55e4f57a7
(edit) @2584:84ef3c5b3698   16 years Peter Kovacs Test file for the min cost flow algorithms.
(edit) @2583:7216b6a52ab9   16 years Peter Kovacs Small fixes and doc improvements in MinMeanCycle?.
(edit) @2582:4f1ac622bb7a   16 years Peter Kovacs Avoid map copy in MinCostMaxFlow?.
(edit) @2581:054566ac0934   16 years Peter Kovacs Query improvements in the min cost flow algorithms. - External flow …
(edit) @2580:fa71d9612c42   16 years Balazs Dezso Bug fixes
(edit) @2579:691ce54544c5   16 years Peter Kovacs Bug fixes in min cost flow files. Use enum type instead of static …
(edit) @2578:979a0b389f84   16 years Akos Ladanyi Put the definitions of global functions into a .cc file.
(edit) @2577:2c6204d4b0f6   16 years Peter Kovacs Add a cost scaling min cost flow algorithm. Add a cost scaling …
(edit) @2576:ae092c63d3ba   16 years Peter Kovacs Improvements in MinCostFlow? and MinCostMaxFlow?. Main changes: - …
(edit) @2575:e866e288cba6   16 years Peter Kovacs Major improvements in NetworkSimplex?. Main changes: - Use …
(edit) @2574:7058c9690e7d   16 years Peter Kovacs Improvements in CapacityScaling?. Main changes: - Use -potenital[] …
(edit) @2573:a9758ea1f01c   16 years Peter Kovacs Improvements in CycleCanceling?. Main changes: - Use function …
(edit) @2572:303d5cb61e8c   16 years Akos Ladanyi Fix VPATH builds.
(edit) @2571:f5c6e63f51d1   16 years Alpar Juttner Hopefully fix all compilation errors.
(edit) @2570:c62964ff0d53   16 years Alpar Juttner Fix a silly typo
(edit) @2569:12c2c5c4330b   16 years Alpar Juttner #include<cmath> -> #include<lemon/math.h>
(edit) @2568:046c055217f6   16 years Alpar Juttner Math constants + configure bugfix backported from hg a315a588a20d and …
(edit) @2567:62a9d46303d9   16 years Alpar Juttner Update the server and the repository names to lemon.
(edit) @2566:f75c05a5bbe6   16 years Alpar Juttner Doc improvments backported from hg 9df0fe5e5109
(edit) @2565:4f411276c767   16 years Peter Kovacs Bug fix in heap_test.cc.
(edit) @2564:3250756f5add   16 years Peter Kovacs Several doc improvements and fixes in maps.h and concepts/maps.h.
(edit) @2563:5841132a89fd   16 years Peter Kovacs Small fixes in README.
(edit) @2562:27c54b7f4f1d   16 years Peter Kovacs Improvements and fixes in dim2.h. - Several doc improvements. - Fix …
(edit) @2561:ec5c56f0501e   16 years Peter Kovacs Translate Hungarian varible names and improve messages in dim_test.cc.
(edit) @2560:635e7985be46   16 years Peter Kovacs Fix the rename script.
(edit) @2559:75dd6d724f26   16 years Mihaly Barasz grid_ugraph.h: fixed #18 (global functions inlined)
(edit) @2558:e70b52a8cd57   16 years Peter Kovacs Improved rename script to handle includes correctly.
(edit) @2557:673cb4d1060b   16 years Alpar Juttner Reveal an existing functionality in the documentation
(edit) @2556:74c2c81055e1   16 years Peter Kovacs Cleanup in the minimum cost flow files. The changes only affects the …
(edit) @2555:a84e52e99f57   16 years Peter Kovacs Reimplemented MinMeanCycle? to be much more efficient. The new version …
(edit) @2554:1775aaa02ac4   16 years Alpar Juttner Minor doc fix
(edit) @2553:bfced05fa852   16 years Alpar Juttner Happy New Year to LEMON (+ better update-copyright-header script)
(edit) @2552:5f711e4668f5   16 years Peter Kovacs Improved rename script to avoid "undirected digraph".
(edit) @2551:5004899aa870   16 years Akos Ladanyi Include functional because of std::less.
(edit) @2550:f26368148b9c   16 years Balazs Dezso Changing degree of tournament tree Bug fix in union find Small …
(edit) @2549:88b81ec599ed   16 years Balazs Dezso Test program for max weighted matchings
(edit) @2548:a3ba22ebccc6   16 years Balazs Dezso Edmond's Blossom shrinking algroithm: MaxWeightedMatching?
(edit) @2547:f393a8162688   16 years Balazs Dezso Renaming state_enum to State Removing "Type" suffix from typedefs …
(edit) @2546:b5eba564bb60   16 years Balazs Dezso Bug fix in erase
(edit) @2545:2bed3e806e1e   16 years Balazs Dezso Casting index to int
(edit) @2544:5143b01bf1d5   16 years Peter Kovacs Bug fix (Circulation interface changed).
(edit) @2543:a0443c411220   16 years Alpar Juttner Change the local variables lower case
(edit) @2542:faaa54ec4520   16 years Balazs Dezso Bug fix
(edit) @2541:e67ec65747fa   16 years Balazs Dezso Bug fix
(edit) @2540:8ab1d3d7dea7   16 years Balazs Dezso Avoiding warnings
(edit) @2539:c25f62a6452d   16 years Balazs Dezso DynEdgeLookUp? implementation based on splay trees In general case it …
(edit) @2538:7bdd328de87a   16 years Balazs Dezso Bug fix in doc
(edit) @2537:4a2091b1796a   16 years Balazs Dezso Using operation traits in dijkstra
(edit) @2536:0a1a6872855c   16 years Peter Kovacs Modified rename script (BpGraph? instead of Bigraph).
(edit) @2535:716024e7c080   16 years Peter Kovacs Redesigned CapacityScaling? algorithm with almost the same interface. …
(edit) @2534:edad4c3e926d   16 years Peter Kovacs Improved docs.
(edit) @2533:aea952a1af99   16 years Peter Kovacs Bug fixes.
(edit) @2532:06495c0e12f5   16 years Peter Kovacs Bug fixes in the rename script.
(edit) @2531:426a4e35e167   16 years Balazs Dezso rename graphs script
(edit) @2530:f86f7e4eb2ba   16 years Balazs Dezso Reimplementation of Hao-Orlin algorithm Little modifictaion in …
(edit) @2529:93de38566e6c   16 years Balazs Dezso Minor changes
(edit) @2528:e6bc5c0032e9   16 years Balazs Dezso Gomory-Hu tree algorithm
(edit) @2527:10f3b3286e63   16 years Balazs Dezso bug fix class without constructor error
(edit) @2526:b7727edd44f2   16 years Balazs Dezso Redesign Circulation interface according to new flow interface New …
(edit) @2525:10715b6bcd86   16 years Balazs Dezso Using linked elevator It is conform to the Graph concept in that sense …
(edit) @2524:44675961f645   16 years Balazs Dezso Bug fix resetting activeness of node at initialization
Note: See TracRevisionLog for help on using the revision log.