COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (157 - 159 of 545)

Ticket Resolution Summary Owner Reporter
#231 fixed readDimacsMat() should (also) read undirected graph Alpar Juttner Alpar Juttner
Description

Currently, all DIMACS reader creates directed graphs. So does readDimacsMat(), though here the undirected graph would be the natural choice. (The DIMACS MAT format is for the maximum matching problem).

On the other hand, the MAT format is also perfectly usable for storing a directed graph. Therefore we should make it possible to read a MAT file to a Digraph, too.

#236 fixed LP tools doesn't compile with GCC 3.3 Balazs Dezso Alpar Juttner
Description
$ make
make  all-am
make[1]: Entering directory `/home/alpar/projects/LEMON/hg/out/objs-gcc-3.3'
/bin/sh ./libtool --tag=CXX   --mode=compile g++-3.3 -DHAVE_CONFIG_H   -I.. -I.       -MT lemon/lemon_libemon_la-lp_base.lo -MD -MP -MF lemon/.deps/lemon_libemon_la-lp_base.Tpo -c -o lemon/lemon_libemon_la-lp_base.lo `test -f 'lemon/lp_base.cc' || echo '../'`lemon/lp_base.cc
libtool: compile:  g++-3.3 -DHAVE_CONFIG_H -I.. -I. -MT lemon/lemon_libemon_la-lp_base.lo -MD -MP -MF lemon/.deps/lemon_libemon_la-lp_base.Tpo -c ../lemon/lp_base.cc -o lemon/lemon_libemon_la-lp_base.o
../lemon/lp_base.h:1773: sorry, unimplemented: adjusting pointers for covariant 
   returns
../lemon/lp_base.h:1773: sorry, unimplemented: adjusting pointers for covariant 
   returns
../lemon/lp_base.h:1773: sorry, unimplemented: adjusting pointers for covariant 
   returns
../lemon/lp_base.h:1773: sorry, unimplemented: adjusting pointers for covariant 
   returns
../lemon/lp_base.h:1959: sorry, unimplemented: adjusting pointers for covariant 
   returns
../lemon/lp_base.h:1959: sorry, unimplemented: adjusting pointers for covariant 
   returns
../lemon/lp_base.h:1959: sorry, unimplemented: adjusting pointers for covariant 
   returns
../lemon/lp_base.h:1959: sorry, unimplemented: adjusting pointers for covariant 
   returns
make[1]: *** [lemon/lemon_libemon_la-lp_base.lo] Error 1
make[1]: Leaving directory `/home/alpar/projects/LEMON/hg/out/objs-gcc-3.3'
make: *** [all] Error 2
#239 fixed Missing 'inline' in time_measure.h Alpar Juttner Alpar Juttner
Description

The attached patch file explains itself.

Note: See TracQuery for help on using queries.