COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 545)

Ticket Resolution Summary Owner Reporter
#153 fixed Improvements related to BFS/DFS/Dijkstra Peter Kovacs Peter Kovacs
Description

[da414906fe21] contains improvements related to BFS/DFS/Dijkstra. It modifies the run(s,t) functions of the class interfaces to return bool value instead of int/Value. It is done because in case of Dijkstra returning the distance seemed to be a bad decision. Moreover the new functions is fully analogous to the new function interface. See #96 for details.

#156 fixed Rearrange parameters of LGF reader/writer tools Peter Kovacs Peter Kovacs
Description

[47fbc814aa31] changes the parameter order so that it becomes analogous to graphToeps().

#158 wontfix NULL vs. 0 Peter Kovacs Peter Kovacs
Description

As far as know the sugested way to define null pointers is using 0 instead of NULL.

In the source codes there are only a few usage of NULL, [445b86e6bb9f] replaces them with 0.

Note: See TracQuery for help on using queries.