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) @918:bb77eaa8fa0e   19 years Akos Ladanyi Initial revision.
(edit) @917:ffb8f0cbcb57   19 years marci merge_node_graph_wrapper::nodemap
(edit) @916:c0734a8c282c   19 years Balazs Dezso Fix InEdgeIt? and OutEdgeIt? in the symmetric graphs.
(edit) @915:751ed145bdae   19 years marci beginning of a modular, generic merge_graph_wrapper…
(edit) @914:174490f545f8   19 years Mihaly Barasz Bugfix. (unionfind segfaulted when compiled with icc)
(edit) @913:f2acaefc721c   19 years Mihaly Barasz mrproper rule bug
(edit) @912:88c5d1a02f53   19 years marci meself
(edit) @911:89a4fbb99cad   19 years Alpar Juttner Fix many doxygen command bugs.
(edit) @910:5a89cacf17f1   19 years marci minor corrections
(edit) @909:6a22e0dfd453   19 years Balazs Dezso New symmetric Graph concept. New symmetric list and smart graph. …
(edit) @908:a8b6524091ce   19 years jacint added myself
(edit) @907:df8472ab5d4a   19 years Alpar Juttner I forgot to apply for i in ls *.h; do rpl template.h $i $i; done in …
(edit) @906:17f31d280385   19 years Alpar Juttner Copyright header added.
(edit) @905:5be029d19c98   19 years Alpar Juttner Some code cleaning in id related stuffs
(edit) @904:b40afcf42a4d   20 years Alpar Juttner Do not document registry and map defines.
(edit) @903:2e664d4969d7   20 years Alpar Juttner Some commenticide was applied.
(edit) @902:309d81806228   20 years marci correction to 0.2
(edit) @901:69a8e672acb1   20 years marci correction of HUGO_... preproc defines.
(edit) @900:fc7bc2dacee5   20 years Alpar Juttner 'iff' changed to 'if and only if'
(edit) @899:f485b3008cf5   20 years Alpar Juttner Classes (and corresponting file names) renamed: - MinLengthPaths? -> …
(edit) @898:c46cfb2651ec   20 years Alpar Juttner Oops. I forgot to commit this at -r1204.
(edit) @897:ef09eee53b09   20 years Balazs Dezso The default constructors are removed from the maps. The ArrayMap? is …
(edit) @896:3a98a1aa5a8f   20 years Alpar Juttner - mincostflows.h renamed to min_cost_flows.h - minlengthpaths.h …
(edit) @895:b5dee93d7abd   20 years Alpar Juttner Minor correction to (preflow_graph.inp -> preflow_graph.dim)
(edit) @894:68a18cd0505c   20 years marci todo for real comparison
(edit) @893:89d5c283a485   20 years marci Dox readable more even.
(edit) @892:004636791dd7   20 years marci graph_wrappers now pass the tests.
(edit) @891:74589d20dbc3   20 years Balazs Dezso template<typename CMap> Map(const CMap&) like constructors and assigns …
(edit) @890:3a48bc350e0f   20 years marci Specialized ConstMap? for defining constant maps at compile time, by …
(edit) @889:47bb9b8f5705   20 years marci EXAMPLE_PATH is set to the demo dir.
(edit) @888:cc3590763f7f   20 years marci
(edit) @887:ec6a528dafd2   20 years jacint new test graph
(edit) @886:23bcaa25c255   20 years jacint
(edit) @885:5e59c44b6ba2   20 years Mihaly Barasz Kruskal cleanup: - resolved the NonConstMapWr? bug - docs added for …
(edit) @884:b06bfaaca48c   20 years Mihaly Barasz Somebody forgot to remove these.
(edit) @883:4af619b64d98   20 years Alpar Juttner Put away debug.h and error.h temporarily.
(edit) @882:46974f296c4a   20 years Alpar Juttner This was forgotten to add from the previous commit.
(edit) @881:a9f19f38970b   20 years Alpar Juttner Right (but still too short) documentation of the namespaces.
(edit) @880:9d0bfd35b97c   20 years Alpar Juttner - Name changing: XYZGraphSkeleton -> XYZGraph - Fix some bad \ref's in …
(edit) @879:5e284075b193   20 years Alpar Juttner An alert added to doc.
(edit) @878:86b42ec55f3e   20 years Alpar Juttner Graph wrapper tests added.
(edit) @877:66dd225ca128   20 years Balazs Dezso Fix maps in the GraphWrappers?.
(edit) @876:26c573ca6a99   20 years Alpar Juttner Go back to -r1169 in order to be able to compile minlengthpath_test.cc
(edit) @875:fda944f15ca7   20 years Akos Ladanyi Changed to conform to the new iterator style.
(edit) @874:2195bc090dfe   20 years Alpar Juttner Document the file itself.
(edit) @873:f3a30fda2e49   20 years Alpar Juttner - GraphSkeleton? renamed to ExtendableGraphSkeleton? - Use full explicit …
(edit) @872:c010b38ea35b   20 years Alpar Juttner Cross references turned off.
(edit) @871:88e20db54102   20 years marci
(edit) @870:9bde6cd8e3da   20 years marci
(edit) @869:c19cf2007a7a   20 years marci more docs
(edit) @868:805963ea8654   20 years marci This is needed for the demo.
(edit) @867:f3cc65f9fb6b   20 years marci Demo file for SubGraphWrapper?<Graph>. Documentation will be added …
(edit) @866:7477e00f1a64   20 years marci
(edit) @865:2f3f87afb1d2   20 years marci Sorry, the name chosen was a mistake.
(edit) @864:04cebb6c988f   20 years marci
(edit) @863:d27bbe17b0b8   20 years marci An edge-map which shows the tight edges w.r.t a potential and an …
(edit) @862:732f2acb7239   20 years marci bug correction
(edit) @861:021e513a2d83   20 years marci bug correction in SubGraphWrapper?<Graph>::NodeIt::NodeIt?(...)
(edit) @860:3577b3db6089   20 years athos Completed documentation for mincostflows and minlengthpaths.
(edit) @859:2570784896d8   20 years Mihaly Barasz Forgotten std:: Apropos, why does it compile without it?
(edit) @858:acc83957ee4a   20 years Mihaly Barasz Handling strings with std::string Do not segfault if srcdir env. …
(edit) @857:4e948fd205f7   20 years jacint docs changes
(edit) @856:e9d73b8e3ab6   20 years Alpar Juttner - Modifications to compile with icc. - Remove some comments.
(edit) @855:8c44b64dd436   20 years Alpar Juttner Better handling of the input files of the tests.
(edit) @854:baf0b6e40211   20 years marci correction of SubGraphWrapper? bug.
(edit) @853:4cb8f31c1ff8   20 years Alpar Juttner Change the name of a template parameter.
(edit) @852:d50d89b86870   20 years Alpar Juttner Remove obsolete features.
(edit) @851:209c9d53e195   20 years Alpar Juttner Changes in doc.
(edit) @850:54d3c1599d08   20 years marci
(edit) @849:cc3867a7d380   20 years marci
(edit) @848:e38108b464c5   20 years Akos Ladanyi Set 'svn:ignore' property.
(edit) @847:b51bc321f58c   20 years Akos Ladanyi Set 'svn:ignore' property (again).
(edit) @846:a7a406fdb006   20 years Akos Ladanyi Set 'svn:ignore' property.
(edit) @845:e4692f92a79b   20 years Akos Ladanyi 'make distcheck' works again\!
(edit) @844:9bf990cb066d   20 years Balazs Dezso Bug fix in the symmetric maps. Faster map initialization. Iterators …
(edit) @843:d56fad02dc55   20 years Alpar Juttner Minor corrections. "make distclean" still doesn't work.
(edit) @842:a4bb28813570   20 years Alpar Juttner Fix a DANGEROUS bug.
(edit) @841:f4c32484dc5b   20 years Alpar Juttner Change the compilation order.
(edit) @840:10002fa8847a   20 years Alpar Juttner Change MaxFlow? to Preflow.
(edit) @839:3edf35893a90   20 years Alpar Juttner Remove unnecessary include headers.
(edit) @838:51dcd224455c   20 years marci
(edit) @837:2d50d1f045c5   20 years Hegyi Péter Reserve is resolved.
(edit) @836:f8549e3f6c5a   20 years jacint preflow last changes
(edit) @835:eb9587f09b42   20 years Alpar Juttner Remove one remaining range checking.
(edit) @834:1dd3167db044   20 years Hegyi Péter There is no runtime debug in path.h
(edit) @833:512e5fd7d38b   20 years jacint preflow test
(edit) @832:fbee94295d75   20 years Hegyi Péter Eliminating redundant lines.
(edit) @831:b6ae3446098a   20 years Hegyi Péter The first version of new path test program. The old became old_path_test.
(edit) @830:89dfa3bece81   20 years Balazs Dezso KeySet? and ValueSet? are inserted into the map structures. They makes …
(edit) @829:ef91373d37a8   20 years Alpar Juttner ... and add the missing header files.
(edit) @828:632bb520e64b   20 years Alpar Juttner - hugo/skeletons/path.h added. - Obsolete XYZ_map_factory.h's removed.
(edit) @827:6433f69dfc6b   20 years Alpar Juttner Improve docs.
(edit) @826:056fbb112b30   20 years Alpar Juttner Spell checking (Ereasable ->Erasable), affected also the code.
(edit) @825:738abd9d1262   20 years Alpar Juttner Improved docs.
(edit) @824:157115b5814a   20 years Alpar Juttner Shorter template parameter names to be more readable in Doxygen.
(edit) @823:afba7fbbb239   20 years Hegyi Péter There was a little troublie with the true return statement
(edit) @822:88226d9fe821   20 years Balazs Dezso The MapFactories? have been removed from the code because if we use …
(edit) @821:283a7fe3a00e   20 years Hegyi Péter This is needed by path.h
(edit) @820:a9b6a7f73895   20 years Hegyi Péter path_test is getting under construction
(edit) @819:3623e8dbce49   20 years Hegyi Péter path.h by Misi, committed by Peter. There is DirPath? usw. in it.
Note: See TracRevisionLog for help on using the revision log.