COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/lemon

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1040:372f08e8f403   19 years Balazs Dezso AlterationObserverRegistry? -> AlterationNotifier? third step
(edit) @1039:bd01c5a3f989   19 years Balazs Dezso AlterationObserverRegistry? -> AlterationNotifier? 2 step
(edit) @1038:ca63ec3424d8   19 years Balazs Dezso Renaming AlterationObserverRegistry? -> AlterationNotifier? first step
(edit) @1035:f2a3426e64e6   19 years Alpar Juttner Make UndirListGraph? and UndirSmartGraph? visible in the doc.
(edit) @1034:be6ee857b72d   19 years Mihaly Barasz Undir list and smart graph
(edit) @1030:c8a41699e613   19 years Mihaly Barasz Undirected graph documentation and concept refinements. * quite a few …
(edit) @1027:4ec35d1cd897   19 years marci bug fix. previously, it did not work with graphs having non-reference …
(edit) @1022:567f392d1d2e   19 years Mihaly Barasz UndirGraph? implementation nearly complete
(edit) @1021:fd1d073b6557   19 years Mihaly Barasz Advances in UndirGraph?. * IterableExtender? is complete
(edit) @1020:f42cb3146ed4   19 years Alpar Juttner Fix Edmonds' name.
(edit) @1019:ee01de62188d   19 years marci the old-style codes are removed from comment
(edit) @1016:18d009b23e42   19 years marci bug fix in SubBidirGraphWrapper?, roadmap to MergeGraphWrapper?
(edit) @1013:b3bdd856faf4   19 years marci MergeGraphWrapper?
(edit) @1012:2bfbe3f4307c   19 years Alpar Juttner ObserverRegistry? base classed in SnapShot? has changed to be protected
(edit) @1011:5bd6c7671c9e   19 years Alpar Juttner - snapshot-rollback functionarity added to ListGraph? - The iterface of …
(edit) @1010:072bddac076e   19 years Alpar Juttner reverseEdge() and contract() member-functions added.
(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) @998:89969b303727   19 years marci ErasingFirstGraphWrapper?
(edit) @997:665ffade9aca   19 years marci RevGraphWrapper? modified according to the factory
(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) @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) @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) @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) @964:2c0c20e90116   19 years Alpar Juttner Doc improvements
(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) @959:c80ef5912903   19 years Mihaly Barasz skeleton(s) -> concept renaming
(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) @943:cb0ac054ea92   19 years beckerjc Bugfix. (removed forgotten "using namespace std")
(edit) @941:186aa53d2802   19 years marci Suurballe and MinCostFlow? classes are now able to increase the flow 1 …
(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) @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) @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
(add) @921:818510fa3d99   19 years Alpar Juttner hugo -> lemon
Note: See TracRevisionLog for help on using the revision log.