COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/hugo

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @814:d2d747fe1db3   20 years Alpar Juttner Improve docs.
(edit) @813:65144c52969c   20 years Alpar Juttner - maxEdgeId() and maxNodeId() now works as their names suggest. - …
(edit) @812:182d3a4d7ddb   20 years Alpar Juttner Spell checking.
(edit) @810:e9fbc747ca47   20 years Alpar Juttner Kruskal alg. (src/hugo/kruskal.h, src/test/kruskal_test.cc) is …
(edit) @809:ea5ae5266285   20 years Alpar Juttner Spell checking.
(edit) @807:ce85435185c3   20 years Alpar Juttner Correction in doc: skeleton/path.h has been moved to the 'skeletons' …
(edit) @806:93246c00cd24   20 years Alpar Juttner Minor changes in doc.
(edit) @805:59b8cb2cb2f8   20 years Alpar Juttner Changes in doc.
(edit) @804:6874a72dbdc5   20 years Alpar Juttner One more thing to do…
(edit) @803:c3d832275e69   20 years Alpar Juttner - Clarified Path skeleton. - setStart() changed to setStartNode()
(edit) @802:bc0c74eeb151   20 years Alpar Juttner - Changes in doc - setGraph(...) finally removed from Dijkstra, Bfs …
(edit) @801:48638058e188   20 years Alpar Juttner - Changes in doc - Some obsolete features has been removed.
(edit) @799:3393abe30678   20 years Balazs Dezso
(edit) @798:6d1abeb62dd3   20 years Balazs Dezso
(edit) @797:a76d8d52b25c   20 years Alpar Juttner Skeleton for paths.
(edit) @795:cfa6c2ea48e5   20 years Alpar Juttner Put a lot of missing header files to src/hugo/Makefile.am
(edit) @794:d9ec436d11fe   20 years Alpar Juttner New doxygen module "skeletons" for the skeletons.
(edit) @792:147eb3a58706   20 years marci Nicer and more documented graph_wrapper.h file. These are only the …
(edit) @788:c3187cafcabf   20 years marci mincostflow_test is ok.
(edit) @786:d7b3b13b9df6   20 years Alpar Juttner Change 'Key' to 'KeyType?' (possibly temporarily).
(edit) @785:a9b0863c2265   20 years Alpar Juttner Changes in doc. (New module name for array/vector maps added.)
(edit) @784:a48964a87141   20 years marci dimacs.h
(edit) @783:81bf2d766164   20 years Balazs Dezso
(edit) @782:df2e45e09652   20 years Balazs Dezso --This line, and those below, will be ignored-- A …
(edit) @781:d4d182ab75bd   20 years Alpar Juttner Changes in the doc.
(edit) @780:e06d0d16595f   20 years Alpar Juttner - DFS class (bfs.h and bfs_test.cc) added - Bugfixes in Dijkstra and Bfs
(edit) @778:08a1d1e3070d   20 years marci .
(edit) @777:a82713ed19f3   20 years marci graph_wrapper.h is ready for hugo 0.2
(edit) @776:f2994a2b10b2   20 years Hegyi Péter minlengthpaths_test.cc is already hugo++ comform and is compilable
(edit) @775:e46a1f0623a0   20 years marci ResGraphWrapper?<Graph> is done, so does dimacs.h.
(edit) @774:4297098d9677   20 years Alpar Juttner Merge back the whole branches/hugo++ to trunk.
(edit) @773:ce9438c5a82d   20 years marci bug fix, test…
(edit) @761:58243a389464   20 years marci flowValue() is reset to deal with excess[t].
(edit) @760:49d4fe04fbc0   20 years Alpar Juttner Legal stuff, version 0.2.
(edit) @759:2d2d41010cb9   20 years Alpar Juttner New Doxygen module for path/flow algs.
(edit) @758:49b1a30c4dc4   20 years Alpar Juttner New Doxygen module for path/flow algs.
(edit) @757:8680351d0c28   20 years Alpar Juttner resetXxx() changed to setXxx().
(edit) @753:f5382a084c07   20 years Alpar Juttner doc change - one more todo (saveState()).
(edit) @752:327c2f67a066   20 years Alpar Juttner doc change - one more todo.
(edit) @749:8e933219691e   20 years jacint bug fixing
(edit) @745:d976ba609099   20 years marci jacint javitgatott.
(edit) @739:3bb5553ec41b   20 years marci GraphWrapper::id(const Node&), GraphWrapper::id(const Edge&) function, …
(edit) @738:56e60e9eb2da   20 years marci correction of some bugs pointed by alpar
(edit) @736:ba76a7f56b23   20 years Alpar Juttner Marci (and the other developpers), please write exhaustive test code …
(edit) @735:2859c45c31dd   20 years Alpar Juttner gcc-3.4 tries to compile the _unused_ members of an instantiated …
(edit) @734:329832ac02b7   20 years Alpar Juttner A remark added.
(edit) @732:33cbc0635e92   20 years Alpar Juttner Skeletons have been simplified. "Optional features" have been deleted. …
(edit) @731:2d5163bfd265   20 years Alpar Juttner max_flow.h added to Makefile.am
(edit) @726:835ebe1b3250   20 years Alpar Juttner max_flow.h (wich doesn't use STL - max_flow.h (which doesn't use STL …
(edit) @725:9fa4045571cd   20 years Alpar Juttner We do not yet need it.
(edit) @722:be8712e1fe07   20 years Alpar Juttner For the sake of icc.
(edit) @720:193d881b23ad   20 years Alpar Juttner MapBase? added
(edit) @713:57c0b110b31e   20 years Alpar Juttner Oops: "static" and "const" does not like each other.
(edit) @710:891f99700ea1   20 years Alpar Juttner Put some "static"'s.
(edit) @707:ec034cfade65   20 years Alpar Juttner Warning fixation.
(edit) @706:0fe42b8ec5a6   20 years Alpar Juttner Temporal change: public Edge constructor with given ID.
(edit) @705:9d9557b56eb7   20 years Alpar Juttner Unnecessary friend declaration removed.
(edit) @696:48aa9ace1d7d   20 years Alpar Juttner Example in the doc is corrected.
(edit) @695:887c551fb0aa   20 years Alpar Juttner - Bugfix in erase() - reserveEdge() added
(edit) @694:2d87cefb35b2   20 years Alpar Juttner I moved run() into the body of class Dijkstra, because Doxygen handles …
(edit) @693:80164e89dcbc   20 years Alpar Juttner Fix some typos in docs.
(edit) @689:e7cf90de549a   20 years Alpar Juttner I think I deserved it…
(edit) @688:bdc429a557f2   20 years Alpar Juttner - Now, it is possible to have Dijkstra store its result directly in …
(edit) @687:6094295ea312   20 years Mihaly Barasz Legal files. Proposal.
(edit) @681:06a3cba90f94   20 years Alpar Juttner Nothing
(edit) @661:d306e777117e   20 years athos Corrected some obvious errors.
(edit) @660:edb42cb9d352   20 years marci ResCap?, a map for the residual capacity in ResGraphWrapper?
(edit) @658:b3564d0e9c60   20 years marci ResGraphWrapper? pretected default constructor
(edit) @656:9971eb8bfbe8   20 years marci max_flow.h bug correction
(edit) @655:a9878222d5c8   20 years marci bug correction in BidirGraphWrapper?<Graph> default constructor
(edit) @654:8fd893331298   20 years marci The new for macros are: h_for, h_for_inc, h_for_glob, h_for_inc_glob.
(edit) @653:c3ad7c661a49   20 years marci misc
(edit) @650:588ff2ca55bd   20 years marci a
(edit) @649:ce74706e924d   20 years athos Cooorected some eroorrs.
(edit) @644:d84f3d42237d   20 years marci #ifndef correction
(edit) @639:a11a4377a816   20 years marci misc
(edit) @638:2153dd45937a   20 years marci for_eachmacros.h in include
(edit) @637:75ad3e24425e   20 years marci for_each_macros.h in include
(edit) @634:aacabcd724f0   20 years athos Another slight modifications.
(edit) @633:305bd9c56f10   20 years athos Slight modifications.
(edit) @626:0015642b0990   20 years marci :wq
(edit) @625:28634fadbf9a   20 years marci
(edit) @624:2e2618612b68   20 years marci bugs
(edit) @623:cd4296da1643   20 years marci
(edit) @622:b66a28401f3f   20 years marci
(edit) @621:2db02d4a9e6e   20 years marci BidirGraphWrapper?<Graph> bug volt
(edit) @612:0856a9a87eb9   20 years marci BidirGraph?, UndirGraph? some docs, in group graphs
(edit) @611:83530dad618a   20 years athos Some modifications and another testfile.
(edit) @610:4ce8c695e748   20 years athos Sorry, the other half of the move comes here.
(edit) @606:81a0c2f2f7c6   20 years marci docs
(edit) @596:c43e7d0f075b   20 years Akos Ladanyi Added full_graph.h to the installable headers.
(edit) @594:23a608ba40ab   20 years Alpar Juttner Spell check.
(edit) @593:b83b36ee7f10   20 years marci comleteGraph
(edit) @592:5961cce7ec53   20 years Alpar Juttner The file src/work/alpar/fullgraph.h renamed and moved to …
(edit) @590:5c1465127b79   20 years Alpar Juttner Changes in the Maps' copy constructors.
(edit) @589:d89575370bcb   20 years Alpar Juttner doc
(edit) @584:1d4855f5312e   20 years Alpar Juttner Some new typedefs.
(edit) @579:859f8c7e2a40   20 years Alpar Juttner EdgeSet? is more or less working.
(edit) @578:159f1cbf8a45   20 years Alpar Juttner src/work/alpar/list_graph.h moved to /src/hugo.
(edit) @576:d00c33d07114   20 years marci
Note: See TracRevisionLog for help on using the revision log.