COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 545)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#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.

#32 done Storing Arcs instead of OutArcIts in Dfs stack Balazs Dezso Balazs Dezso
Description

The OutArcIt contains an int data field and a pointer to the graph, while the Arc just stores the int member. If we used Arcs in the Dfs stack, that could decrease the memory request of Dfs and it may provide better runtime performance.

#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.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.