dmatetelki
|
687c9cc1a7
|
refactoring (*it).member to it->member
|
11 years ago |
dmatetelki
|
3e28a3a7d5
|
Edge stores value_type not iterator.
|
11 years ago |
dmatetelki
|
e4b9b94e39
|
adjusting iterators after deletion
|
11 years ago |
dmatetelki
|
37862e6242
|
moved from internal pointers to iterators
|
11 years ago |
dmatetelki
|
b19eda3a48
|
fixing the removal of edges
|
11 years ago |
dmatetelki
|
53f5f14af6
|
std::accumulate works in parallel.
|
11 years ago |
dmatetelki
|
81239895ad
|
adding todos, for_each to access 1 reduct variable is not parallel wise
|
11 years ago |
dmatetelki
|
e57077d305
|
const E& -> typedef const_weight_reference
|
11 years ago |
dmatetelki
|
60648866a5
|
E -> const E&
|
11 years ago |
dmatetelki
|
4a0843ed82
|
Removing the allocators.
|
11 years ago |
Denes Matetelki
|
fda1305c05
|
small refactor
|
12 years ago |
Denes Matetelki
|
aa812cefda
|
file restructures to be mergeable with project-seed
|
12 years ago |
Denes Matetelki
|
8b97a72b8c
|
removing failing test
|
12 years ago |
Denes Matetelki
|
d2592ccba3
|
main.cpp converted to a cxxtest
|
12 years ago |
Denes Matetelki
|
d73dd4e51e
|
edgesBetween renamed to more descriptive weightsBetween
|
12 years ago |
Denes Matetelki
|
6da73fb7d3
|
vertices() and meightboursOf return vectors of const pointers
|
12 years ago |
Denes Matetelki
|
25b77e5d1c
|
Edge is now a class, returning references
|
12 years ago |
Denes Matetelki
|
11ac110653
|
Revert "reverting the allocator idea"
This reverts commit 9a020e81e8 .
|
12 years ago |
Denes Matetelki
|
9a020e81e8
|
reverting the allocator idea
|
12 years ago |
Denes Matetelki
|
62b1ce8006
|
fixing remaining float weight type in main.cpp, not using dot exporters for a while...
|
12 years ago |
Denes Matetelki
|
ed5757a3fd
|
Working on allocators
|
12 years ago |
Denes Matetelki
|
5969398343
|
Replacing remaining float weight types with E
|
12 years ago |
Denes Matetelki
|
8b8795d80b
|
Forward declaring fix: struct instead of class
|
12 years ago |
Denes Matetelki
|
3a38079612
|
experimenting with allocators, graph crashes
|
12 years ago |
Denes Matetelki
|
59e63a6530
|
Graph::resize to be able to allocate memory for vertices when their number is known in advance
|
12 years ago |
Denes Matetelki
|
f0710ec710
|
unique push to vector
|
12 years ago |
Denes Matetelki
|
c6f9a544e3
|
Edge weight is a template parameter now
|
12 years ago |
Denes Matetelki
|
9a715337d4
|
graph can be directed and undirected
|
12 years ago |
Denes Matetelki
|
c5f7924399
|
iterators can be used in a const situation too
|
12 years ago |
Denes Matetelki
|
955aba40ad
|
short functions are inline
|
12 years ago |
Denes Matetelki
|
e139c1ca98
|
graph.h renamed to graph.hpp
|
12 years ago |
Denes Matetelki
|
c50ce9e29d
|
graph has cctor and assign operator now
|
12 years ago |
Denes Matetelki
|
d02e826d41
|
dereferencing iterators with operator* return references instead of pointers
|
12 years ago |
Denes Matetelki
|
183081c17f
|
Moving definitions from class body which only fit to the next line outside of the class
|
12 years ago |
Denes Matetelki
|
eb638d6f6a
|
simplifying edge_iterator::advance
|
12 years ago |
Denes Matetelki
|
c59e8cfeb7
|
Making short functions inline and define longer ones outside the class
|
12 years ago |
Denes Matetelki
|
d631f1eae5
|
Move semantics: assigment ops use swap
|
12 years ago |
Denes Matetelki
|
9afcf3fc5b
|
Edge iteragor advance works
|
12 years ago |
Denes Matetelki
|
d3203f0e7f
|
some iterator ctors went private, edge_iterator has advance functionality
|
12 years ago |
Denes Matetelki
|
f626a05b0c
|
finally, the .gitignore file
|
12 years ago |
Denes Matetelki
|
423925cf59
|
step forward functionality in edge_iterator has been lifted up
|
12 years ago |
Denes Matetelki
|
502c8278c0
|
new Graph subclass edge_iterator
|
12 years ago |
Denes Matetelki
|
056381483d
|
Graph::iterator has been renamed to Graph::vertex_iterator
|
12 years ago |
Denes Matetelki
|
4745047b60
|
private subclasses: Vertex and EdgeTo declarations got moved to the end of the class declaration of Graph
|
12 years ago |
Denes Matetelki
|
7b06654bc9
|
renaming private class Edge to EdgeTo
|
12 years ago |
Denes Matetelki
|
1c0001948f
|
storing edges in an std::list
|
12 years ago |
Denes Matetelki
|
7c890f19c6
|
what is goind on here? storing pointers of variables on the stack?
|
12 years ago |
Denes Matetelki
|
8e2f064598
|
Vector and Edge pointers are not const anymore. iterator class is implemented.
|
12 years ago |
Denes Matetelki
|
b7f205aca4
|
fixing identations
|
12 years ago |
Denes Matetelki
|
7ca0a3eafd
|
adding iterator skeleton
|
12 years ago |