You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# !/bin/sh # # Check Header Load/Store for BDD/ADD/CNFs: # Load Header # Write Information on Standard Output # rm -f *.*.tmp echo "---------------------------------------------------------------------------" echo "--------------------- TESTING Load and Write Header -----------------------" echo "---------------------------------------------------------------------------" ./../testdddmp << END mi 50 hlb 4.bdd hw hlb 0.add hw hlc 4.cnf hw mq quit END echo "-------------------------------- ... END ----------------------------------"
|