Mercurial
lemon-0.x
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
scripts/make-snapshot
author
kpeter
Mon, 18 Feb 2008 03:34:16 +0000
changeset 2577
2c6204d4b0f6
permissions
-rwxr-xr-x
Add a cost scaling min cost flow algorithm.
Add a cost scaling algorithm, which is performing generalized
push-relabel operations. It is almost as efficient as the capacity
scaling algorithm, but slower than network simplex.
alpar@1937
1
#!/bin/bash
alpar@1937
2
alpar@1937
3
make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $*