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/cplint/examples/esapprox.cpl

13 lines
102 B
Plaintext
Raw Normal View History

/*
s([a],P).
Variables: [(1,[]),(2,[]),(3,[])]
P = 0.1719 ? ;
*/
a:0.1:-p(X).
p(1):0.9.
p(2):0.9.