COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (130 - 132 of 545)

Ticket Owner Reporter Resolution Summary
#89 Alpar Juttner Balazs Dezso fixed GRAPH_TYPEDEFS syntactic bug
Description

One semicolon is missing after IncEdgeIt?

#91 Balazs Dezso Alpar Juttner fixed Add section reader to the LGF tools
Description

Here comes two proposed interface for the reader (we might want to implement booth):

  • sectionStream(std::string name,F f). Here the parameter name is the section name (the word after @), while f is an unary functor, with an std::istream& parameter. When the reader finds a section that matches with name, then it calls f with an istream pointing to right after the section header line. f is required to recognize the end of the section and not to read further. Finally, f should return the number of read lines.
  • sectionLines(std::string name,F f). Here f takes an std::string as argument, an it will simply be called with each line of the matching section.

It would be important to have a section reader in LEMON 1.0, as it is necessary to port glemon.

#95 Balazs Dezso Balazs Dezso fixed Wrong setting of named template parameters in dfs and bfs
Description

The bfs and dfs processedMap() and reachedMap() functions set wrong member variable.

Note: See TracQuery for help on using queries.