COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (151 - 153 of 545)

Ticket Owner Reporter Resolution Summary
#31 Alpar Juttner Alpar Juttner fixed Wrong usage of LEMON_ASSERT in ArgParser
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 Balazs Dezso Balazs Dezso done Storing Arcs instead of OutArcIts in Dfs stack
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 Peter Kovacs Alpar Juttner fixed Find a better name for StoreBoolMap
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.