scripts/make-snapshot
author deba
Fri, 14 Jul 2006 09:37:48 +0000
changeset 2136 4f64d6b3e9ec
permissions -rwxr-xr-x
Bug fix in MinCostMaxBipartiteMatching
The augmenting phase have not changed the
unreached nodes' potential which caused invalid
dual solution in some cases
alpar@1937
     1
#!/bin/bash
alpar@1937
     2
alpar@1937
     3
make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $*