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
#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.
#31 fixed Wrong usage of LEMON_ASSERT in ArgParser Alpar Juttner Alpar Juttner
Description

The usage of LEMON_ASSERT in lemon/arg_parser.h and lemon/arg_parser.cc is at least suspicious in some places. Every usage should be checked.

This ticket also depends on ticket:28.

#34 fixed Find a better name for StoreBoolMap Peter Kovacs Alpar Juttner
Description

StoreBoolMap is necessary for kruskal.h and it also seems to have a more general usage. Its name however hardly express what it is for.

Therefore a better name is a must.

Note: See TracQuery for help on using queries.