author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
sl@0 | 1 |
/* |
sl@0 | 2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
sl@0 | 3 |
* All rights reserved. |
sl@0 | 4 |
* This component and the accompanying materials are made available |
sl@0 | 5 |
* under the terms of "Eclipse Public License v1.0" |
sl@0 | 6 |
* which accompanies this distribution, and is available |
sl@0 | 7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
sl@0 | 8 |
* |
sl@0 | 9 |
* Initial Contributors: |
sl@0 | 10 |
* Nokia Corporation - initial contribution. |
sl@0 | 11 |
* |
sl@0 | 12 |
* Contributors: |
sl@0 | 13 |
* |
sl@0 | 14 |
* Description: |
sl@0 | 15 |
* |
sl@0 | 16 |
*/ |
sl@0 | 17 |
|
sl@0 | 18 |
PRJ_PLATFORMS |
sl@0 | 19 |
DEFAULT |
sl@0 | 20 |
|
sl@0 | 21 |
PRJ_TESTMMPFILES |
sl@0 | 22 |
adjacency_matrix_test.mmp |
sl@0 | 23 |
//adj_list_cc.mmp |
sl@0 | 24 |
adj_list_ra_edgelist.mmp |
sl@0 | 25 |
adj_list_edge_list_set.mmp |
sl@0 | 26 |
adj_list_test.mmp |
sl@0 | 27 |
adj_matrix_cc.mmp |
sl@0 | 28 |
astar_search_test.mmp |
sl@0 | 29 |
bellman-test.mmp |
sl@0 | 30 |
//betweenness_centrality_test.mmp |
sl@0 | 31 |
bfs.mmp |
sl@0 | 32 |
//bfs_cc.mmp |
sl@0 | 33 |
bfs-example.mmp |
sl@0 | 34 |
biconnected_components_test.mmp |
sl@0 | 35 |
bidir_remove_edge.mmp |
sl@0 | 36 |
bundled_properties.mmp |
sl@0 | 37 |
copy.mmp |
sl@0 | 38 |
csr_graph_test.mmp |
sl@0 | 39 |
cuthill_mckee_ordering.mmp |
sl@0 | 40 |
dag_longest_paths.mmp |
sl@0 | 41 |
dag_shortest_paths.mmp |
sl@0 | 42 |
dfs.mmp |
sl@0 | 43 |
dfs_cc.mmp |
sl@0 | 44 |
//dijkstra_cc.mmp |
sl@0 | 45 |
dijkstra-example.mmp |
sl@0 | 46 |
dijkstra_heap_performance.mmp |
sl@0 | 47 |
dominator_tree_test.mmp |
sl@0 | 48 |
edge_list_cc.mmp |
sl@0 | 49 |
filtered_graph_cc.mmp |
sl@0 | 50 |
filtered_graph.mmp |
sl@0 | 51 |
filtered_vec_as_graph.mmp |
sl@0 | 52 |
filtered-copy-example.mmp |
sl@0 | 53 |
filter_graph_vp_test.mmp |
sl@0 | 54 |
floyd_warshall_test.mmp |
sl@0 | 55 |
graph.mmp |
sl@0 | 56 |
//graphviz_test.mmp |
sl@0 | 57 |
graph_concepts.mmp |
sl@0 | 58 |
gursoy_atun_layout_test.mmp |
sl@0 | 59 |
isomorphism.mmp |
sl@0 | 60 |
//johnson-test.mmp |
sl@0 | 61 |
king_ordering.mmp |
sl@0 | 62 |
//layout_test.mmp |
sl@0 | 63 |
lvalue_pmap.mmp |
sl@0 | 64 |
//matching_test.mmp |
sl@0 | 65 |
matching_example.mmp |
sl@0 | 66 |
property_iter.mmp |
sl@0 | 67 |
//random_matching_test.mmp |
sl@0 | 68 |
reverse_graph_cc.mmp |
sl@0 | 69 |
sequential_vertex_coloring.mmp |
sl@0 | 70 |
//serialize.mmp |
sl@0 | 71 |
subgraph.mmp |
sl@0 | 72 |
transitive_closure_test.mmp |
sl@0 | 73 |
//transitive_closure_test2.mmp |
sl@0 | 74 |
transitive_closure.mmp |
sl@0 | 75 |
vector_graph_cc.mmp |