COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (166 - 168 of 545)

Ticket Resolution Summary Owner Reporter
#233 fixed Todo and bug notes related to LP Balazs Dezso Peter Kovacs
Description

There are still \todo and \bug notes in the documentation of the LP tools.

See:
http://lemon.cs.elte.hu/pub/doc/latest/todo.html
http://lemon.cs.elte.hu/pub/doc/latest/bug.html

#234 fixed Port and revise Network Simplex algorithm Peter Kovacs Peter Kovacs
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 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
Note: See TracQuery for help on using queries.