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.
3 make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $*