COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 545)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#25 fixed Unify the output of the test programs Peter Kovacs Alpar Juttner
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.
#26 fixed UndirectedTagIndicator<> does not work Balazs Dezso Alpar Juttner
Description

This defect appears in [fc178a057bbd] and also in svn trunk since -r!3130.

#27 fixed Think over how the demo codes should look like Peter Kovacs Alpar Juttner
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.