scripts/make-snapshot
author deba
Wed, 17 May 2006 09:07:24 +0000
changeset 2089 fce8db723736
permissions -rwxr-xr-x
SimpleBucketHeap added

It does not supports erasing, decreasing, increasing.
It contains single linked lists

It can be used to store levels for push-relabel algorithms
alpar@1937
     1
#!/bin/bash
alpar@1937
     2
alpar@1937
     3
make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $*