|
|
@1001:afe5cf34aa50
|
20 years |
Alpar Juttner |
Named parameter tests
|
|
|
@1000:7f4d07047ed8
|
20 years |
Akos Ladanyi |
Some comments and minor additions to the AdvancedController?.
|
|
|
@999:5c846ec3f787
|
20 years |
Akos Ladanyi |
Added a second SimAnn? with the other controller.
|
|
|
@998:89969b303727
|
20 years |
marci |
ErasingFirstGraphWrapper?
|
|
|
@997:665ffade9aca
|
20 years |
marci |
RevGraphWrapper? modified according to the factory
|
|
|
@994:062f98d96f40
|
20 years |
Alpar Juttner |
Matrix interface running time test…
|
|
|
@993:21d1b4fa1b24
|
20 years |
Mihaly Barasz |
error.h brought back to life
|
|
|
@992:10d378f2821c
|
20 years |
marci |
GraphWrapper? changes for factory
|
|
|
@991:e619a466ca5d
|
20 years |
Alpar Juttner |
- Move template.h to doc/.
- Insert the license terms into the …
|
|
|
@990:407e4d47fdd3
|
20 years |
Alpar Juttner |
An 'unused variable' warning when compiled with gcc-3.2.2 is removed
|
|
|
@989:ca95f8b5c931
|
20 years |
Balazs Dezso |
XyzConcept? moved to Xyz::Constraints
use checkConcept in the next way: …
|
|
|
@988:aa19ca32d9b0
|
20 years |
Alpar Juttner |
Revome an obsolete #include line.
|
|
|
@987:87f7c54892df
|
20 years |
Alpar Juttner |
Naming changes:
- ValueType? -> Value
- KeyType? -> Key
- ReferenceType? …
|
|
|
@986:e997802b855c
|
20 years |
Alpar Juttner |
Naming changes:
- head -> target
- tail -> source
|
|
|
@985:741f3108a90f
|
20 years |
Alpar Juttner |
Bugfixes in UndirFullGraphBase?
|
|
|
@984:f7538f6f4c61
|
20 years |
Balazs Dezso |
Copy-Paste bug fix.
|
|
|
@983:3095ff2b5c18
|
20 years |
Balazs Dezso |
UndirFullGraphBase? is added
It is a graph base which contains only one …
|
|
|
@982:93dd862335af
|
20 years |
Balazs Dezso |
mappable_graph_extender.h erased
the map extenders are moved to the …
|
|
|
@981:2e34b796d532
|
20 years |
Balazs Dezso |
maxUndirEdgeId modified to maxId(UndirEdge?)
maxEdgeId modified to …
|
|
|
@980:0f1044b7a3af
|
20 years |
Balazs Dezso |
maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge) …
|
|
|
@979:b5fb023cdb7b
|
20 years |
Mihaly Barasz |
"make check" pass under icc v8.0
* There are _many_ remarks which are …
|
|
|
@978:175cf8c3a994
|
20 years |
Mihaly Barasz |
"make check" pass under gcc-3.4.3
|
|
|
@977:48962802d168
|
20 years |
Mihaly Barasz |
* enable_if imported from BOOST
* count{Nodes,Edges} implemented via …
|
|
|
@976:04591f9a4173
|
20 years |
Mihaly Barasz |
A demonstration how to use _optional_ boolean tags.
|
|
|
@975:12b9993b217c
|
20 years |
marci |
for better compatibility with gcc-3.4
|
|
|
@974:785062a83f8e
|
20 years |
Alpar Juttner |
Changes in doc.
|
|
|
@973:6a6f3ac07b20
|
20 years |
Alpar Juttner |
- Add makeSnapshot()/rollBack() functionality
- Remove an unnecessary …
|
|
|
@972:c0fdb1ad8e8d
|
20 years |
Alpar Juttner |
A graph reader interface proposal
|
|
|
@971:643d3192ebc8
|
20 years |
Mihaly Barasz |
remove an annoying warning
|
|
|
@970:09f9abe22df2
|
20 years |
marci |
partial graph_wrapper changes with graph_factory
|
|
|
@969:0631847b37e5
|
20 years |
Alpar Juttner |
findEdge() declaration went to the right place (for the sake of Doxygen.)
|
|
|
@968:1a7593db0eaa
|
20 years |
Alpar Juttner |
Several changes in doc.
|
|
|
@967:6563019430ba
|
20 years |
Alpar Juttner |
Several changes in doc.
|
|
|
@966:5e865c5c8a87
|
20 years |
Akos Ladanyi |
Added an init method to the controller, and started writing a second …
|
|
|
@965:1e16b8dac159
|
20 years |
Akos Ladanyi |
Moved the includes to simann.h.
|
|
|
@964:2c0c20e90116
|
20 years |
Alpar Juttner |
Doc improvements
|
|
|
@963:5a7556e9e340
|
20 years |
Akos Ladanyi |
Updated the makefile.
|
|
|
@962:1a770e9f80b2
|
20 years |
Mihaly Barasz |
Undirect graph implementation.
Not yet done, untested.
|
|
|
@961:289d80c33f04
|
20 years |
Mihaly Barasz |
* Somewhat less redundant and a bit more correct graph concepts.
* …
|
|
|
@960:908a1a6f0752
|
20 years |
Akos Ladanyi |
Renamed simann_test.cc to simann_demo.cc.
|
|
|
@959:c80ef5912903
|
20 years |
Mihaly Barasz |
skeleton(s) -> concept renaming
|
|
|
@958:75f749682240
|
20 years |
Akos Ladanyi |
Updated because of the recent changes in simann.h.
|
|
|
@957:4dd4eaee28e7
|
20 years |
Akos Ladanyi |
Now the controller asks SimAnnBase? for the various costs.
|
|
|
@956:0ff924405d21
|
20 years |
Akos Ladanyi |
Added the SimpleController? class, and removed the first version of …
|
|
|
@955:0a066f80e05f
|
20 years |
Alpar Juttner |
Improve docs.
|
|
|
@954:5b1ffef43d4c
|
20 years |
Alpar Juttner |
Improved docs.
|
|
|
@953:d9c115e2eeaf
|
20 years |
Alpar Juttner |
- Named parameters and traits for Dijkstra
(in …
|
|
|
@952:fa65d57f1930
|
20 years |
Alpar Juttner |
Traits + Named Parameters version
|
|
|
@951:0f1fe84ff36c
|
20 years |
Alpar Juttner |
- SmallGraph? is also a class instead of being a typedef.
(For the …
|
|
|
@950:d74557d1f100
|
20 years |
Alpar Juttner |
- Changes in doc (spell check).
- SmallGraph? is a class instead of …
|
|
|
@949:b16a10926781
|
20 years |
Alpar Juttner |
ListGraph? compilation bug fixed.
|
|
|
@948:bc86b64f958e
|
20 years |
Alpar Juttner |
- moveHead() and moveTail() added. Not tested.
|
|
|
@947:93e9c45703ea
|
20 years |
Alpar Juttner |
A new doxygen group added for graph utilities.
|
|
|
@946:c94ef40a22ce
|
20 years |
Mihaly Barasz |
The graph_factory branch (@ 1321) has been merged to trunk.
|
|
|
@945:f2ea4aac9ada
|
20 years |
Alpar Juttner |
Modify to compile with ++-style iterators.
|
|
|
@944:4f064aff855e
|
20 years |
marci |
It's time to design an iterable generic bfs
|
|
|
@943:cb0ac054ea92
|
20 years |
beckerjc |
Bugfix. (removed forgotten "using namespace std")
|
|
|
@942:75fdd0c6866d
|
20 years |
Akos Ladanyi |
Naming and coding style fixes and various other changes.
|
|
|
@941:186aa53d2802
|
20 years |
marci |
Suurballe and MinCostFlow? classes are now able to increase the flow 1 …
|
|
|
@940:50a153b08f07
|
20 years |
marci |
Coding style.
|
|
|
@939:1559584ca634
|
20 years |
Alpar Juttner |
- Change version 0.2 -> 0.3
- Doxyfile change for right #include< >'s …
|
|
|
@938:70e2886211d5
|
20 years |
Alpar Juttner |
Many of ckeckCompileXYZ()'s are now in the corresponding skeleton …
|
|
|
@937:d4e911acef3d
|
20 years |
Balazs Dezso |
Revert backport changes -r1230.
|
|
|
@936:60a96465dc49
|
20 years |
Mihaly Barasz |
Some old comments
|
|
|
@934:003736604835
|
20 years |
Akos Ladanyi |
Added 'src/demo/Makefile.am'.
|
|
|
@933:1b7c88fbb950
|
20 years |
marci |
NodeSubGraphWrapper?, test, and ducumentation modifications.
|
|
|
@932:ade3cdb9b45d
|
20 years |
marci |
New EdgeSubGraphWrapper? class specializing SubGraphWrapper? in the way …
|
|
|
@931:9227ecd7b0bc
|
20 years |
marci |
SubGraphWrapper? code example, converter from dimacs to graphviz dot …
|
|
|
@930:e89f3bd26fd4
|
20 years |
marci |
documentation os SubGraphWrapper? with code example.
|
|
|
@929:882790531532
|
20 years |
marci |
mv after 0.2
|
|
|
@923:acbef5dd0e65
|
20 years |
marci |
more docs
|
|
|
@922:e816fac59f6d
|
20 years |
Mihaly Barasz |
hugo -> lemon renaming leftovers
|
|
|
@921:818510fa3d99
|
20 years |
Alpar Juttner |
hugo -> lemon
|
|
|
@920:2d6c8075d9d0
|
20 years |
jacint |
some changes in the doc to make things clearer
|
|
|
@919:6153d9cf78c6
|
20 years |
Alpar Juttner |
- Backport -r1227 and -r1220
- Temporarily remove (move to attic) …
|
|
|
@918:bb77eaa8fa0e
|
20 years |
Akos Ladanyi |
Initial revision.
|
|
|
@917:ffb8f0cbcb57
|
20 years |
marci |
merge_node_graph_wrapper::nodemap
|
|
|
@916:c0734a8c282c
|
20 years |
Balazs Dezso |
Fix InEdgeIt? and OutEdgeIt? in the symmetric graphs.
|
|
|
@915:751ed145bdae
|
20 years |
marci |
beginning of a modular, generic merge_graph_wrapper…
|
|
|
@914:174490f545f8
|
20 years |
Mihaly Barasz |
Bugfix. (unionfind segfaulted when compiled with icc)
|
|
|
@911:89a4fbb99cad
|
20 years |
Alpar Juttner |
Fix many doxygen command bugs.
|
|
|
@910:5a89cacf17f1
|
20 years |
marci |
minor corrections
|
|
|
@909:6a22e0dfd453
|
20 years |
Balazs Dezso |
New symmetric Graph concept.
New symmetric list and smart graph. …
|
|
|
@907:df8472ab5d4a
|
20 years |
Alpar Juttner |
I forgot to apply
for i in ls *.h ; do rpl template.h $i $i; done
in …
|
|
|
@906:17f31d280385
|
20 years |
Alpar Juttner |
Copyright header added.
|
|
|
@905:5be029d19c98
|
20 years |
Alpar Juttner |
Some code cleaning in id related stuffs
|
|
|
@904:b40afcf42a4d
|
20 years |
Alpar Juttner |
Do not document registry and map defines.
|
|
|
@903:2e664d4969d7
|
20 years |
Alpar Juttner |
Some commenticide was applied.
|
|
|
@902:309d81806228
|
20 years |
marci |
correction to 0.2
|
|
|
@901:69a8e672acb1
|
20 years |
marci |
correction of HUGO_... preproc defines.
|
|
|
@900:fc7bc2dacee5
|
20 years |
Alpar Juttner |
'iff' changed to 'if and only if'
|
|
|
@899:f485b3008cf5
|
20 years |
Alpar Juttner |
Classes (and corresponting file names) renamed:
- MinLengthPaths? -> …
|
|
|
@898:c46cfb2651ec
|
20 years |
Alpar Juttner |
Oops. I forgot to commit this at -r1204.
|
|
|
@897:ef09eee53b09
|
20 years |
Balazs Dezso |
The default constructors are removed from the maps.
The ArrayMap? is …
|
|
|
@896:3a98a1aa5a8f
|
20 years |
Alpar Juttner |
- mincostflows.h renamed to min_cost_flows.h
- minlengthpaths.h …
|
|
|
@895:b5dee93d7abd
|
20 years |
Alpar Juttner |
Minor correction to (preflow_graph.inp -> preflow_graph.dim)
|
|
|
@894:68a18cd0505c
|
20 years |
marci |
todo for real comparison
|
|
|
@893:89d5c283a485
|
20 years |
marci |
Dox readable more even.
|
|
|
@892:004636791dd7
|
20 years |
marci |
graph_wrappers now pass the tests.
|
|
|
@891:74589d20dbc3
|
20 years |
Balazs Dezso |
template<typename CMap> Map(const CMap&) like constructors and
assigns …
|
|
|