lemon/config.h.cmake
author Peter Kovacs <kpeter@inf.elte.hu>
Sat, 25 Apr 2009 02:12:41 +0200
changeset 615 7c1324b35d89
parent 473 17d918051964
parent 496 7992dcb0d0e6
child 612 c3ce597c11ae
permissions -rw-r--r--
Modify the interface of Suurballe (#266, #181)

- Move the parameters s and t from the constructor to the run()
function. It makes the interface capable for multiple run(s,t,k)
calls (possible improvement in the future) and it is more similar
to Dijkstra.
- Simliarly init() and findFlow(k) were replaced by init(s) and
findFlow(t,k). The separation of parameters s and t is for the
future plans of supporting multiple targets with one source node.
For more information see #181.
- LEMON_ASSERT for the Length type (check if it is integer).
- Doc improvements.
- Rearrange query functions.
- Extend test file.
     1 #cmakedefine HAVE_LONG_LONG 1
     2 #cmakedefine HAVE_LP 1
     3 #cmakedefine HAVE_MIP 1
     4 #cmakedefine HAVE_GLPK 1