COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 545)

Ticket Owner Reporter Resolution Summary
#25 Peter Kovacs Alpar Juttner fixed Unify the output of the test programs
Description

The rules on thumb:

  • Print something to the output only if it really seems necessary. Check the validity of the results of the algorithms instead (using the check() macro).
  • Do not print a message saying all test passed at the end of the output.
#27 Peter Kovacs Alpar Juttner fixed Think over how the demo codes should look like
Description

Some basic principles:

  • The demos should be simple and easy to understand.
  • They should read the graphs from a file instead of creating them by hand. (Except the one which demonstrates how to build and modify a graph.)
  • We should provide a limited number of general input files instead of a lot of demo specific ones.
  • The command line syntax should be uniform, we should use ArgParser everywhere.
#29 Peter Kovacs Peter Kovacs fixed Using \tparam doxygen command
Description

We should use \tparam for template parameter documentation.

Note: See TracQuery for help on using queries.