13 lines
279 B
Bash
Executable file
13 lines
279 B
Bash
Executable file
#! /bin/sh
|
|
|
|
. ./defs || exit 1
|
|
|
|
set -e
|
|
|
|
cp -R $srcdir/examples/DCSwave .
|
|
|
|
# Run this if you want, it builds approximately 3,600,000 states.
|
|
# ../dottygspn-rg DCSwave/DCSWave ATTiIDLj SCi SCj >output
|
|
|
|
# Only 5,579 states.
|
|
../dottygspn-srg DCSwave/DCSWave ATTiIDLj SCi SCj >output
|