COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 545)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#389 done version tag set by CMAKE is less fancy than the automake setting Akos Ladanyi Alpar Juttner
Description

Using the automake build environment the version tag is something like 503.24b3f18ed9e2, where 24b3f18ed9e2 is the hash id and 503 is a number that is strictly increasing if a version is a descendant of another. This version tag is generated by scripts/chg-len.py.

On the other hand, CMAKE simply sets the hash id as a version string.

#387 wontfix unionfind.h should be union_find.h Alpar Juttner Peter Kovacs
Description

unionfind.h should be union_find.h according to our naming conventions.

#476 fixed tsp_test fails (vector overindexing) Peter Kovacs Alpar Juttner
Description

tsp_test fails due to some `std::vector overindexing. It can be reproduced either

  • by running it under VS, where the range check is turned on in debug mode.
  • by running it with valgrind on linux.

Note that there LEMON has a TEST_WITH_VALGRIND cmake config parameter:

cmake -DCMAKE_BUILD_TYPE=Maintainer -DTEST_WITH_VALGRIND=YES ..
make
1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.