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

Kontrol Glossary page #13

Open
reekamaharaj opened this issue Sep 21, 2023 · 1 comment
Open

Kontrol Glossary page #13

reekamaharaj opened this issue Sep 21, 2023 · 1 comment

Comments

@reekamaharaj
Copy link
Contributor

reekamaharaj commented Sep 21, 2023

Page with definitions/lists of rules, commands

Nodes can also be:

  • vacuous - A node that arises from a vacuous assumption, often resulting from something like vm.assume(false).
  • stuck - A non-terminal leaf node in which the prover is unable to proceed further due to a lack of knowledge on how to proceed. This situation often requires a simplification lemma to resolve.

Rules:

  • terminal_rules - rules that indicate the end of program execution, such as EVM.halt or EVM.step in case of -break-every-step
  • cut_point_rules - rules that create a new node when reached, such as EVM.callEVM.jumpi.trueEVM.success, etc.
@reekamaharaj
Copy link
Contributor Author

reekamaharaj commented Sep 21, 2023

Needed definitions/descriptions:

  • vacuous assumption
  • EVM.halt
  • EVM.step
  • EVM.call
  • EVM.jumpi-true
  • EVM.success
  • -break-every-step

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