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

different result under interpreter and compiler mode #2343

Open
DerZc opened this issue Oct 28, 2022 · 0 comments
Open

different result under interpreter and compiler mode #2343

DerZc opened this issue Oct 28, 2022 · 0 comments

Comments

@DerZc
Copy link

DerZc commented Oct 28, 2022

Hi,

Consider the following program:

.decl payb(A:float, B:float)
.decl uuyd(A:float)

payb(0.80300000000000082, 0.80300000000000082).
uuyd(F) :- payb(0.80300000000000082, F).

.output payb
.output uuyd

When I run it with souffle -w example.dl, I get 0.8030000000000008.
I run it with souffle -w -c example.dl, I get empty result. Should they have the same result?
The version of Souffle is 29c5921

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

No branches or pull requests

1 participant