COIN-OR::LEMON - Graph Library

source: lemon/test @ 1228:45befc97b1bc

Name Size Rev Age Author Last Change
../
adaptors_test.cc 42.2 KB 1159:7fdaa05a69a1   12 years Alpar Juttner Merge #449 to branches >=1.2
arc_look_up_test.cc 1.6 KB 1149:157427808b40   12 years Alpar Juttner Bugfix in AllArcLookUp?<> (#447)
bellman_ford_test.cc 7.3 KB 1174:a26b90a17c81   11 years Alpar Juttner Further GCC 4.7 compiler warning fixes (#453)
bfs_test.cc 5.8 KB 1173:d216e1c8b3fa   11 years Alpar Juttner Merge #453 to branches >=1.2
bpgraph_test.cc 10.9 KB 1194:699c7eac2c6d   12 years Balazs Dezso Renamings in BpGraphs? (#69) - RedIt?->RedNodeIt? - BlueIt?->BlueNodeIt?
circulation_test.cc 4.2 KB 1173:d216e1c8b3fa   11 years Alpar Juttner Merge #453 to branches >=1.2
CMakeLists.txt 4.1 KB 1228:45befc97b1bc   11 years Peter Kovacs Merge test files of Preflow and EdmondsKarp? (#177)
connectivity_test.cc 10.5 KB 1159:7fdaa05a69a1   12 years Alpar Juttner Merge #449 to branches >=1.2
counter_test.cc 3.1 KB 605:f53d641aa967   15 years Peter Kovacs Improve timer and counter tests (#253) - Do not print the output of …
dfs_test.cc 5.6 KB 1176:36fa2fee7144   11 years Alpar Juttner Merge bugfix #453
digraph_test.cc 13.5 KB 1160:00f8d9f9920d   12 years Alpar Juttner Further clang compilation fixes (#449)
dijkstra_test.cc 6.7 KB 1173:d216e1c8b3fa   11 years Alpar Juttner Merge #453 to branches >=1.2
dim_test.cc 2.4 KB 463:88ed40ad0d4f   15 years Alpar Juttner Happy New Year again - update the copyright headers + run the source …
edge_set_test.cc 10.1 KB 1159:7fdaa05a69a1   12 years Alpar Juttner Merge #449 to branches >=1.2
error_test.cc 1.9 KB 463:88ed40ad0d4f   15 years Alpar Juttner Happy New Year again - update the copyright headers + run the source …
euler_test.cc 5.4 KB 1159:7fdaa05a69a1   12 years Alpar Juttner Merge #449 to branches >=1.2
fractional_matching_test.cc 13.9 KB 1160:00f8d9f9920d   12 years Alpar Juttner Further clang compilation fixes (#449)
gomory_hu_test.cc 3.3 KB 1173:d216e1c8b3fa   11 years Alpar Juttner Merge #453 to branches >=1.2
graph_copy_test.cc 12.5 KB 1194:699c7eac2c6d   12 years Balazs Dezso Renamings in BpGraphs? (#69) - RedIt?->RedNodeIt? - BlueIt?->BlueNodeIt?
graph_test.cc 15.0 KB 1159:7fdaa05a69a1   12 years Alpar Juttner Merge #449 to branches >=1.2
graph_test.h 13.0 KB 1195:8b2b9e61d8ce   12 years Balazs Dezso Remove asRedBludeNode() function (#69)
graph_utils_test.cc 6.5 KB 619:be6646ac5d89   15 years Alpar Juttner DescriptorMap?->RangeIdMap?, InvertableMap?->CrossRefMap? (#160)
hao_orlin_test.cc 4.0 KB 1173:d216e1c8b3fa   11 years Alpar Juttner Merge #453 to branches >=1.2
heap_test.cc 8.0 KB 1065:b522385b2a0d   13 years Alpar Juttner Merge #419 to branch 1.2
kruskal_test.cc 3.7 KB 628:aa1804409f29   15 years Peter Kovacs Exploit that the standard maps are reference maps (#190)
lgf_reader_writer_test.cc 18.3 KB 1198:4936be66d2f5   11 years Balazs Dezso Changes in BpGraph? lgf reader and writer (#69) - Add typesade RedNode?
lgf_test.cc 3.4 KB 1087:b96574ff36ec   12 years Peter Kovacs Fix VS warnings (#429)
lp_test.cc 9.9 KB 1140:8d281761dea4   12 years Alpar Juttner Fix buggy reinitialization in _solver_bits::VarIndex::clear() (#441) …
maps_test.cc 33.6 KB 1159:7fdaa05a69a1   12 years Alpar Juttner Merge #449 to branches >=1.2
matching_test.cc 11.1 KB 1173:d216e1c8b3fa   11 years Alpar Juttner Merge #453 to branches >=1.2
max_cardinality_search_test.cc 3.8 KB 1088:7f6eeffe3cd1   12 years Peter Kovacs Fix windows-specific compilation error (#429)
max_clique_test.cc 5.5 KB 1022:8583fb74238c   13 years Peter Kovacs Various search limits for the max clique alg (#405)
max_flow_test.cc 9.7 KB 1228:45befc97b1bc   11 years Peter Kovacs Merge test files of Preflow and EdmondsKarp? (#177)
min_cost_arborescence_test.cc 5.2 KB 1173:d216e1c8b3fa   11 years Alpar Juttner Merge #453 to branches >=1.2
min_cost_flow_test.cc 16.8 KB 956:141f9c0db4a3   14 years Alpar Juttner Unify the sources (#339)
min_mean_cycle_test.cc 6.3 KB 1178:21a9f829ab68   11 years Peter Kovacs Optional iteration limit in HowardMmc? (#438)
mip_test.cc 3.0 KB 795:4792459983d0   15 years Alpar Juttner Fix (and improve) error message in mip_test.cc (#317)
nagamochi_ibaraki_test.cc 3.4 KB 1177:9a6c9d4ee77b   11 years Alpar Juttner Further GCC 4.7 compiler warning fix (#453)
path_test.cc 10.8 KB 1212:15d7c5eadaca   11 years Peter Kovacs Greatly extend path_test.cc + fix compiler warning (#408)
planarity_test.cc 6.0 KB 862:58c330ad0b5c   14 years Balazs Dezso Planarity checking function instead of class (#62)
radix_sort_test.cc 6.3 KB 1211:1bafdbd2fc46   14 years Alpar Juttner More tests for radixSort() (#362)
random_test.cc 1.1 KB 463:88ed40ad0d4f   15 years Alpar Juttner Happy New Year again - update the copyright headers + run the source …
suurballe_test.cc 7.2 KB 1173:d216e1c8b3fa   11 years Alpar Juttner Merge #453 to branches >=1.2
test_tools.h 1.9 KB 956:141f9c0db4a3   14 years Alpar Juttner Unify the sources (#339)
test_tools_fail.cc 747 bytes 463:88ed40ad0d4f   15 years Alpar Juttner Happy New Year again - update the copyright headers + run the source …
test_tools_pass.cc 712 bytes 463:88ed40ad0d4f   15 years Alpar Juttner Happy New Year again - update the copyright headers + run the source …
time_measure_test.cc 1.3 KB 1157:761fe0846f49   12 years Alpar Juttner Fix clang compilation warnings and errors (#449)
tsp_test.cc 9.2 KB 1205:d3dcc49e6403   11 years Peter Kovacs Use output iterator instead of a container (#386) in tourNodes() …
unionfind_test.cc 3.0 KB 463:88ed40ad0d4f   15 years Alpar Juttner Happy New Year again - update the copyright headers + run the source …
Note: See TracBrowser for help on using the repository browser.