COIN-OR::LEMON - Graph Library

source: lemon-0.x/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1007:a7d5fe18d8f9   19 years marci MergeNodeGraphWrapper?
(edit) @1006:aa8c2f05b9ab   19 years Alpar Juttner
(edit) @1005:63ccf7136641   19 years Alpar Juttner - Timer class got direct access to the components of the ellapsed …
(edit) @1004:b94037830dc8   19 years marci misc
(edit) @1002:ea3ecb3c9846   19 years marci MergeNodeGraphWrapper? with factory
(edit) @1001:afe5cf34aa50   19 years Alpar Juttner Named parameter tests
(edit) @1000:7f4d07047ed8   19 years Akos Ladanyi Some comments and minor additions to the AdvancedController?.
(edit) @999:5c846ec3f787   19 years Akos Ladanyi Added a second SimAnn? with the other controller.
(edit) @998:89969b303727   19 years marci ErasingFirstGraphWrapper?
(edit) @997:665ffade9aca   19 years marci RevGraphWrapper? modified according to the factory
(edit) @994:062f98d96f40   19 years Alpar Juttner Matrix interface running time test…
(edit) @993:21d1b4fa1b24   19 years Mihaly Barasz error.h brought back to life
(edit) @992:10d378f2821c   19 years marci GraphWrapper? changes for factory
(edit) @991:e619a466ca5d   19 years Alpar Juttner - Move template.h to doc/. - Insert the license terms into the …
(edit) @990:407e4d47fdd3   19 years Alpar Juttner An 'unused variable' warning when compiled with gcc-3.2.2 is removed
(edit) @989:ca95f8b5c931   19 years Balazs Dezso XyzConcept? moved to Xyz::Constraints use checkConcept in the next way: …
(edit) @988:aa19ca32d9b0   19 years Alpar Juttner Revome an obsolete #include line.
(edit) @987:87f7c54892df   19 years Alpar Juttner Naming changes: - ValueType? -> Value - KeyType? -> Key - ReferenceType?
(edit) @986:e997802b855c   19 years Alpar Juttner Naming changes: - head -> target - tail -> source
(edit) @985:741f3108a90f   19 years Alpar Juttner Bugfixes in UndirFullGraphBase?
(edit) @984:f7538f6f4c61   19 years Balazs Dezso Copy-Paste bug fix.
(edit) @983:3095ff2b5c18   19 years Balazs Dezso UndirFullGraphBase? is added It is a graph base which contains only one …
(edit) @982:93dd862335af   19 years Balazs Dezso mappable_graph_extender.h erased the map extenders are moved to the …
(edit) @981:2e34b796d532   19 years Balazs Dezso maxUndirEdgeId modified to maxId(UndirEdge?) maxEdgeId modified to …
(edit) @980:0f1044b7a3af   19 years Balazs Dezso maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge) …
(edit) @979:b5fb023cdb7b   19 years Mihaly Barasz "make check" pass under icc v8.0 * There are _many_ remarks which are …
(edit) @978:175cf8c3a994   19 years Mihaly Barasz "make check" pass under gcc-3.4.3
(edit) @977:48962802d168   19 years Mihaly Barasz * enable_if imported from BOOST * count{Nodes,Edges} implemented via …
(edit) @976:04591f9a4173   19 years Mihaly Barasz A demonstration how to use _optional_ boolean tags.
(edit) @975:12b9993b217c   19 years marci for better compatibility with gcc-3.4
(edit) @974:785062a83f8e   19 years Alpar Juttner Changes in doc.
(edit) @973:6a6f3ac07b20   19 years Alpar Juttner - Add makeSnapshot()/rollBack() functionality - Remove an unnecessary …
(edit) @972:c0fdb1ad8e8d   19 years Alpar Juttner A graph reader interface proposal
(edit) @971:643d3192ebc8   19 years Mihaly Barasz remove an annoying warning
(edit) @970:09f9abe22df2   19 years marci partial graph_wrapper changes with graph_factory
(edit) @969:0631847b37e5   19 years Alpar Juttner findEdge() declaration went to the right place (for the sake of Doxygen.)
(edit) @968:1a7593db0eaa   19 years Alpar Juttner Several changes in doc.
(edit) @967:6563019430ba   19 years Alpar Juttner Several changes in doc.
(edit) @966:5e865c5c8a87   19 years Akos Ladanyi Added an init method to the controller, and started writing a second …
(edit) @965:1e16b8dac159   19 years Akos Ladanyi Moved the includes to simann.h.
(edit) @964:2c0c20e90116   19 years Alpar Juttner Doc improvements
(edit) @963:5a7556e9e340   19 years Akos Ladanyi Updated the makefile.
(edit) @962:1a770e9f80b2   19 years Mihaly Barasz Undirect graph implementation. Not yet done, untested.
(edit) @961:289d80c33f04   19 years Mihaly Barasz * Somewhat less redundant and a bit more correct graph concepts. * …
(edit) @960:908a1a6f0752   19 years Akos Ladanyi Renamed simann_test.cc to simann_demo.cc.
(edit) @959:c80ef5912903   19 years Mihaly Barasz skeleton(s) -> concept renaming
(edit) @958:75f749682240   19 years Akos Ladanyi Updated because of the recent changes in simann.h.
(edit) @957:4dd4eaee28e7   19 years Akos Ladanyi Now the controller asks SimAnnBase? for the various costs.
(edit) @956:0ff924405d21   19 years Akos Ladanyi Added the SimpleController? class, and removed the first version of …
(edit) @955:0a066f80e05f   19 years Alpar Juttner Improve docs.
(edit) @954:5b1ffef43d4c   19 years Alpar Juttner Improved docs.
(edit) @953:d9c115e2eeaf   19 years Alpar Juttner - Named parameters and traits for Dijkstra (in …
(edit) @952:fa65d57f1930   19 years Alpar Juttner Traits + Named Parameters version
(edit) @951:0f1fe84ff36c   19 years Alpar Juttner - SmallGraph? is also a class instead of being a typedef. (For the …
(edit) @950:d74557d1f100   19 years Alpar Juttner - Changes in doc (spell check). - SmallGraph? is a class instead of …
(edit) @949:b16a10926781   19 years Alpar Juttner ListGraph? compilation bug fixed.
(edit) @948:bc86b64f958e   19 years Alpar Juttner - moveHead() and moveTail() added. Not tested.
(edit) @947:93e9c45703ea   19 years Alpar Juttner A new doxygen group added for graph utilities.
(edit) @946:c94ef40a22ce   19 years Mihaly Barasz The graph_factory branch (@ 1321) has been merged to trunk.
(edit) @945:f2ea4aac9ada   19 years Alpar Juttner Modify to compile with ++-style iterators.
(edit) @944:4f064aff855e   19 years marci It's time to design an iterable generic bfs
(edit) @943:cb0ac054ea92   19 years beckerjc Bugfix. (removed forgotten "using namespace std")
(edit) @942:75fdd0c6866d   19 years Akos Ladanyi Naming and coding style fixes and various other changes.
(edit) @941:186aa53d2802   19 years marci Suurballe and MinCostFlow? classes are now able to increase the flow 1 …
(edit) @940:50a153b08f07   19 years marci Coding style.
(edit) @939:1559584ca634   19 years Alpar Juttner - Change version 0.2 -> 0.3 - Doxyfile change for right #include< >'s …
(edit) @938:70e2886211d5   19 years Alpar Juttner Many of ckeckCompileXYZ()'s are now in the corresponding skeleton …
(edit) @937:d4e911acef3d   19 years Balazs Dezso Revert backport changes -r1230.
(edit) @936:60a96465dc49   19 years Mihaly Barasz Some old comments
(edit) @934:003736604835   19 years Akos Ladanyi Added 'src/demo/Makefile.am'.
(edit) @933:1b7c88fbb950   19 years marci NodeSubGraphWrapper?, test, and ducumentation modifications.
(edit) @932:ade3cdb9b45d   19 years marci New EdgeSubGraphWrapper? class specializing SubGraphWrapper? in the way …
(edit) @931:9227ecd7b0bc   19 years marci SubGraphWrapper? code example, converter from dimacs to graphviz dot …
(edit) @930:e89f3bd26fd4   19 years marci documentation os SubGraphWrapper? with code example.
(edit) @929:882790531532   19 years marci mv after 0.2
(edit) @923:acbef5dd0e65   19 years marci more docs
(edit) @922:e816fac59f6d   19 years Mihaly Barasz hugo -> lemon renaming leftovers
(edit) @921:818510fa3d99   19 years Alpar Juttner hugo -> lemon
(edit) @920:2d6c8075d9d0   19 years jacint some changes in the doc to make things clearer
(edit) @919:6153d9cf78c6   19 years Alpar Juttner - Backport -r1227 and -r1220 - Temporarily remove (move to attic) …
(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) @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) @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 …
Note: See TracRevisionLog for help on using the revision log.