COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (106 - 108 of 545)

Ticket Resolution Summary Owner Reporter
#126 fixed dim2::BoundingBox improvements Peter Kovacs Peter Kovacs
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 fixed Uniform interface for *ArcLookUp Balazs Dezso Alpar Juttner
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]

#128 fixed Bfs test is buggy Balazs Dezso Balazs Dezso
Description

Bfs test has some trivial bugs.

Note: See TracQuery for help on using queries.