COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 545)

Ticket Resolution Summary Owner Reporter
#82 fixed Doc review needed for time_measure.h and counter.h Peter Kovacs Alpar Juttner
Description

See ticket:52 for a longish discussion on it.

#83 fixed Graph concept fix Alpar Juttner Balazs Dezso
Description

The SmartGraph does not contain u() and v() members, but the conceptCheck does not signal the error.

The problem exists in [ae7785fe8431]

#84 fixed Support icc Balazs Dezso Alpar Juttner
Description
  • Trying to compile with icc-9.0, it hangs on compiling lemon/arc_parser.cc (it allocates more and more memory and it doesn't stop doing that). This is quite obviously a serious compiler bug thus there is nothing to do with it.
  • With icc-10.1, the problems occur when compiling test/kruskal_test.cc.

With the default configuration, icc generates an incredible amount of 'remarks', making impossible to see what is happening. Thus I suggest using this configuration at first (on lime.cs.elte.hu).

./configure CXX=/opt/intel/cce/10.1/bin/icpc CXXFLAGS=-g --enable-demo --enable-benchmark

This ticket is somewhat related to ticket:7.

Note: See TracQuery for help on using queries.