COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (217 - 219 of 545)

Ticket Owner Reporter Resolution Summary
#234 Peter Kovacs Peter Kovacs fixed Port and revise Network Simplex algorithm
Description

Network Simplex is the fastest MCF implementation in LEMON. It should be ported first and the interface should be clarified. Then the remaining MCF algorithms should be ported with exactly the same interface (see #180).

#236 Balazs Dezso Alpar Juttner fixed LP tools doesn't compile with GCC 3.3
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 Alpar Juttner Alpar Juttner fixed Missing 'inline' in time_measure.h
Description

The attached patch file explains itself.

Note: See TracQuery for help on using queries.