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
#96 fixed Revise function-type interface of BFS/DFS/Dijkstra Peter Kovacs Alpar Juttner
Description

As far as I remember, some concern have arisen about the function-type interface of BFS/DFS/Dijkstra. We must clarify it before the release of lemon-1.0.

#97 fixed Reorganize fundamental header files and those of minor gadgets. Peter Kovacs Alpar Juttner
Description

Currently, the following files are affected.

  • lemon/maps.h
  • lemon/graph_utils.h
  • lemon/assert.h
  • lemon/error.h
  • lemon/tolerance.h
  • lemon/assert.h
  • lemon/bits/invalid.h
  • lemon/bits/traits.h
  • lemon/bits/utility.h

#99 fixed Revise check() macro Alpar Juttner Peter Kovacs
Description

test/test_tools.h contains

  • the check() macro, which is used in all test files, and
  • some tools about Petersen (sub)graphs.

I suggest separating the widely used check() macro and the Petersen tools, e.g. put the macro into a assert.h.

Shouldn't we use LEMON_ASSERT instead of check() or shouldn't check() be an alias for it?

Note: See TracQuery for help on using queries.