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.
		
		
		
		
		
			
		
			
				
					
					
						
							26 lines
						
					
					
						
							542 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							26 lines
						
					
					
						
							542 B
						
					
					
				
								# !/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 ----------------------------------"
							 |