COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 545)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#380 done A heuristic algorithm for the Maximum Clique problem Peter Kovacs Peter Kovacs
Description

The attached patch contains the implementation of a recent heurstic algorithm for the max. clique problem. It applies an iterated local search method that is quite simple but really efficient and robust.

The patch also contains the documentation and a test file.

#283 fixed AIX/xlC compilation failure in euler_test.h Peter Kovacs Alpar Juttner
Description

Please find the compiler output below

source='test/euler_test.cc' object='test/euler_test.o' libtool=no \
DEPDIR=.deps depmode=aix /bin/sh ./build-aux/depcomp \
/fs/data/edatools/prod/tools/13.1/bin/xlC -DHAVE_CONFIG_H   -I. -I.   -g -c -o test/euler_test.o test/euler_test.cc
"test/euler_test.cc", line 71.23: 1540-0229 (S) The best viable function "lemon::VectorMap<lemon::DigraphExtender<lemon::ListDigraphBase>,lemon::ListDigraphBase::Arc,int>::operator[](const Key &)" uses an ambiguous conversion sequence.
"test/euler_test.cc", line 56.6: 1540-0700 (I) The previous message was produced while processing "checkEulerIt<lemon::Undirector<lemon::ListDigraph> >(const Undirector<lemon::ListDigraph> &, const Node &)".
"test/euler_test.cc", line 203.5: 1540-0700 (I) The previous message was produced while processing "main()".
gmake[2]: *** [test/euler_test.o] Error 1
#102 fixed Add lognormal distribution to Random. Balazs Dezso Alpar Juttner
Description

The changeset [5e1b90e430c2] in the attachment is a lognormal distribution implementation. Please review it. I would also be happy with any feedback on the interface.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.