Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with message value including random variable other than destination - showed up at site visit #31

Open
GoogleCodeExporter opened this issue May 9, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

When running the following program in the PRAiSE demo:

sort People: 10, ann, bob, dave, rodrigo, ciaran;

random friends: People x People -> Boolean;

friends(X,Y) <=> friends(Y,X);
not friends(X,X);

friends(bob, dave) 0.3;

Errors Processing Query
UNEXPECTED_PROCESSING_ERROR: value depends on random variable value other than 
its own destination/origin random variable: if friends(bob, dave) then 0.3 else 
0.7

Original issue reported on code.google.com by [email protected] on 3 Apr 2014 at 7:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant