COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 545)

Ticket Resolution Summary Owner Reporter
#38 fixed Revise constMap() functions Balazs Dezso Peter Kovacs
Description

One version of the overloaded constMap() function can't be called. It could be used to create a ConstMap instance with inlined constant value.

  • ConstMap<int,Const<int,10> > cm; works, but
  • constMap<int,Const<int,10> >(); does not work. It causes a compiler error: no matching function for call to ‘constMap()’.
#39 fixed Remove \author commands Peter Kovacs Peter Kovacs
Description

We have agreed that \author Doxygen commands should be removed from the source codes since they are mostly not represent all the authors and the amount of work of each author. Moreover there are a lot of classes where \author note is missing or not up-to-date.

#46 fixed Heap concept Alpar Juttner Peter Kovacs
Description

The heap concept should be revised.

Note: See TracQuery for help on using queries.