dmatetelki
|
6891b849b9
|
travis.yml with g++ 4.9.2
|
10 years ago |
dmatetelki
|
30264fd0fd
|
Fixing travis.yml test executable's path
|
10 years ago |
dmatetelki
|
d7bef260b0
|
playing with travis, trying to upgrade clangand g++ before compilation.
|
10 years ago |
dmatetelki
|
b7ba04810e
|
trying to install gcc-4.8 for travis, dropping clang.
|
10 years ago |
dmatetelki
|
7aa6d86cb9
|
fixing catch.hpp include in test_graph.hpp, removing most tests for now.
|
10 years ago |
dmatetelki
|
1945887139
|
fixing include path in test_main.cpp
|
10 years ago |
dmatetelki
|
d7a68257cf
|
Correcting (copypasted) travis.yml
|
10 years ago |
Denes Matetelki
|
1bb145b8ed
|
Create README.md
|
10 years ago |
dmatetelki
|
155aa18b45
|
First commit to utilize Travis CI.
|
10 years ago |
dmatetelki
|
81688e7b5b
|
floats.hpp: adding missing init lists to some def. ctors
|
10 years ago |
Denes Matetelki
|
dfdbe65c5b
|
Using dijkstra, buggy.
|
10 years ago |
Denes Matetelki
|
18afa617b3
|
Updating dijkstra_shortest_path_to, seems buggy.
|
10 years ago |
dmatetelki
|
7b3e960f4a
|
Adding graph_algorithms.hpp with dijkstra_shortest_path_to
|
11 years ago |
dmatetelki
|
72833b8974
|
Fixing copy+paste error
|
11 years ago |
dmatetelki
|
3b4f58467f
|
refactorign of the remove/insert node/edge
|
11 years ago |
dmatetelki
|
a9e9fbf940
|
removing edges
|
11 years ago |
dmatetelki
|
fa15a7c30a
|
Adding/removing nodes, adding edges.
|
11 years ago |
dmatetelki
|
7f068f8ffd
|
can add node to selected node with the insert key
|
11 years ago |
dmatetelki
|
abe35ea720
|
small refoctoring of graph_xml.hpp
|
11 years ago |
dmatetelki
|
228ee6505d
|
small cleanups, itemAt fix with Map
|
11 years ago |
dmatetelki
|
de42d1f3ae
|
qtgraph loads/saves state to graph
|
11 years ago |
dmatetelki
|
738b6ce345
|
graph has modifyVertex member
|
11 years ago |
dmatetelki
|
5c610fff0b
|
Qt visualization of graph, from the Elastic Nodes Example
|
11 years ago |
dmatetelki
|
684e953c3b
|
new function: modifyVertex, internal edgecontainer is a typedef
|
11 years ago |
dmatetelki
|
d3ecd5f49d
|
priority_queue.hpp with ineffective modifyKey
|
11 years ago |
dmatetelki
|
801a55b265
|
new graph_xml.hpp file to read (with libxml/parser) and write to XML
|
11 years ago |
dmatetelki
|
c89e0bfc3a
|
Graph stands for not weighed, not directed graph.
|
11 years ago |
dmatetelki
|
5003147e28
|
graph.hpp renamed to graphwd.hpp
|
11 years ago |
dmatetelki
|
31806b22b9
|
Renaming Graph to GraphWD, adding tests.
|
11 years ago |
dmatetelki
|
5a12ecf6cf
|
removing unnecessary edge_iterator
|
11 years ago |
dmatetelki
|
fa7c830ff6
|
switching to unordered_map
|
11 years ago |
dmatetelki
|
72630c3d6b
|
std::vector iterators get invalidated at grow
|
11 years ago |
dmatetelki
|
6a75b25edb
|
rewriting for_each loops to range-for loops where at possible parallel version threads would access the same variable.
|
11 years ago |
dmatetelki
|
75614e1245
|
init list ctors; no more exceptions, adding missing vertices inseat and returning empty list on non-existing vertices
|
11 years ago |
dmatetelki
|
1f8583f1ca
|
TToStr to create meaningful exception what messages.
|
11 years ago |
dmatetelki
|
92c7e326c9
|
Throwing VertexAlreadyExistsExcepttion and VertexDoesNotExistExcepttion instead of returning false.
|
11 years ago |
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 |