COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (148 - 150 of 545)

Ticket Owner Reporter Resolution Summary
#124 Akos Ladanyi Peter Kovacs duplicate Revise INSTALL file
Description

INSTALL file should be revised.

  • The build system was changed few times, so the INSTALL file maybe needs updating.
  • There are no enable/disable flags for the doc and for SOPLEX. Are they missing from the build system or just form the INSTALL file?
#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();
Note: See TracQuery for help on using queries.