#!/bin/sh

i=1
while [ $i -le 1000 ]
    do echo "Creating totally random z case # $i";
    ./GenTotalRand Z ../input/totalRand/z-$i ../output/solutions/totalRand/z-$i;
    i=`echo $i + 1 | bc`
done
# Copyright 2002-2003 University of Guelph, All Rights Reserved
# Copyright 2002-2003 University of Guelph, All Rights Reserved
