8 lines
		
	
	
		
			150 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| NETWORK="'../../examples/social_domain2'"
 | |
| SHORTNAME="sm"
 | |
| #QUERY="smokes(p1,t), smokes(p2,t), friends(p1,p2,X)"
 | |
| QUERY="friends(p1,p2,X)"
 | |
| 
 |