COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 545)

Ticket Resolution Summary Owner Reporter
#28 fixed Revise error.h and error_test.cc Balazs Dezso Peter Kovacs
Description

error_test.cc is not used as a test program in SVN and HG and it does not pass. So lemon/error.h and test/error_test.cc should be revised. At least in the HG repository.

#29 fixed Using \tparam doxygen command Peter Kovacs Peter Kovacs
Description

We should use \tparam for template parameter documentation.

#36 fixed Revise StoreBoolMap implementation Peter Kovacs Peter Kovacs
Description
  1. StoreBoolMap is now write-only, but it is said to be read-write map in the documentation.
  1. The set() function is const, which is strange. That is why _end iterator is declared mutable. I suggest a non-const set() function, a const _begin and a non-const _end iterator.
Note: See TracQuery for help on using queries.