COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (202 - 204 of 545)

Ticket Owner Reporter Resolution Summary
#125 Peter Kovacs Peter Kovacs fixed Probably missing \ in assert.h
Description

An \ is probably missing in assert.h at the end of line 240.

#126 Peter Kovacs Peter Kovacs fixed dim2::BoundingBox improvements
Description

I made patch files that improves the implementation of dim2::BoundingBox and the related test file.

The current implementation of the empty() function is not correct in all cases. E.g. in the following code it returns false, but the coordinates of the box is ((1,1),(2,0)), so it is empty.

  dim2::BoundingBox b(1,1,2,2);
  b.top(0);
  std::cout << b.empty();
#127 Balazs Dezso Alpar Juttner fixed Uniform interface for *ArcLookUp
Description

The classes AllArcLookUp and DynArcLookUp have (almost) the same functionality, but they have different APIs for listing the parallel edges. A uniform interface would be much better.

Tic ticket refers to [b67149f0e675]

Note: See TracQuery for help on using queries.