COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 545)

Ticket Resolution Summary Owner Reporter
#114 fixed Revise the documentation of kruskal() Alpar Juttner Peter Kovacs
Description

The attached patch file contains doc improvements for kruskal(), but there are two more things that should be revised.

  1. If the input graph is not connected (or the input digraph is not weakly connected), a spanning forest is calculated instead of a spanning tree. Am I right? I think, there should be a \note in the doc about this important case.
  2. The \warning seems to be meaningless. Perhaps a word is missing after "If Kruskal runs on an".
#115 fixed Non-inline functions in header files Balazs Dezso Balazs Dezso
Description

The lgf_reader.h and lgf_writer.h contains auxiliary non-inline functions in header files. It should be made inline or move to a source file.

#116 fixed ArgParser should be cleaned Alpar Juttner Balazs Dezso
Description

There are some public member functions which takes to iterators, which iterators should be refer to a private container. These member functions should be private in these class.

In addition, some member function should be const. For example files(), showHelp(), given(), operator[]()...

Note: See TracQuery for help on using queries.