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
     1 #!/bin/bash
     2 
     3 make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $*