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
#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?

#100 fixed Revise heaps and heap_test.cc Peter Kovacs Peter Kovacs
Description

Currently test/heap_test.cc is not used as a test program.

  1. The heap classes should be checked and heap_test.cc should be revised and used.
  2. Validity and benchmark tests should be separated.
Note: See TracQuery for help on using queries.