COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (169 - 171 of 545)

Ticket Owner Reporter Resolution Summary
#153 Peter Kovacs Peter Kovacs fixed Improvements related to BFS/DFS/Dijkstra
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.

#154 Akos Ladanyi Alpar Juttner fixed Wrong compiler flags with Intel C++ compiler
Description

I run the configure scripts using Intel C++ compiler version 10.1 like this:

./configure --enable-demo --enable-benchmark CXX=/usr/local/intel/cc/10.1/bin/icpc

The scripts sets CXXFLAGS in a wrong way as it sets all the GCC specific -Wxyz flags are also set. The correct setting should probably be

CXXFLAGS=-g -O2

This bug exists in [bb40b6db0a58].

#155 Balazs Dezso Balazs Dezso fixed The visitors use the base algorithms' traits class
Description

The BfsVisit? uses the BfsDefaultTraits? instead of BfsVisitDefaultTraits? and similarly DfsVisit? uses the DfsDefaultTraits? instead of DfsVisitDefaultTraits?. It does not cause problem, because the used traits are supersets of the right classes, but the [47b3a3b67837] fixes the problem

Note: See TracQuery for help on using queries.