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
#79 fixed Missing images in the documentation of graph_to_eps.h Akos Ladanyi Alpar Juttner
Description

The images doc/images/nodeshape* hasn't been ported yet. In the svn repo, all of the files under doc/images are added both in .eps and .png format.

However, it would be much better to add the .eps files only and then the make html command would generate the .png version.

In some cases (e.g. plane_tree.eps) even the .eps file should also be generated. (Though it isn't necessary yet, as the related doc still hasn't been ported).

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

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