This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/CLPBN/benchmarks/social_network2/sn2.sh

8 lines
156 B
Bash
Raw Normal View History

2012-05-23 14:56:01 +01:00
#!/bin/bash
2013-01-09 15:25:14 +00:00
NETWORK="'../../examples/social_network2.pfl'"
SHORTNAME="sn2"
2012-06-08 14:11:11 +01:00
#QUERY="smokes(p1,t), smokes(p2,t), friends(p1,p2,X)"
QUERY="friends(p1,p2,X)"
2012-05-23 14:56:01 +01:00