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/clpbn/bp/benchmarks/smokers/sm.sh

7 lines
117 B
Bash
Raw Normal View History

2012-04-18 13:53:34 +01:00
#!/bin/bash
NETWORK="'../../examples/smokers'"
SHORTNAME="sm"
2012-04-30 11:24:04 +01:00
QUERY="smokes(p1,t), smokes(p2,t), friends(p1,p2,X)"
2012-04-18 13:53:34 +01:00