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

Constants Translation #18

Closed
Inaam-Ahmed opened this issue Aug 17, 2018 · 0 comments
Closed

Constants Translation #18

Inaam-Ahmed opened this issue Aug 17, 2018 · 0 comments
Assignees

Comments

@Inaam-Ahmed
Copy link
Collaborator

Inaam-Ahmed commented Aug 17, 2018

Constants are translated into constants in Boogie.
Constant declaration enforce axiom.

const C: Int32 := 30;

boogie:
const C: int;
axiom C == 10;

@Inaam-Ahmed Inaam-Ahmed self-assigned this Aug 17, 2018
@Inaam-Ahmed Inaam-Ahmed changed the title constants translation Constants Translation Jul 23, 2019
@Inaam-Ahmed Inaam-Ahmed reopened this Jul 23, 2019
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