Skip to content

Add congruence constraints for nodes - #877

Open
daniel-larraz wants to merge 1 commit into
kind2-mc:mainfrom
daniel-larraz:node-congruence
Open

daniel-larraz wants to merge 1 commit into
kind2-mc:mainfrom
daniel-larraz:node-congruence

Conversation

@daniel-larraz

Copy link
Copy Markdown
Contributor

Select pairs of calls (C1, C2) to the same node N, and assert SoFar(I1=I2) => O1=O2 where I1 and O1 are the inputs and the outputs of call C1, and I2 and O2 are the inputs and the outputs of call C2.

The current implementation pairs calls to node N called by the top node with calls to node N called by direct subnodes of the top node that are abstract in the current analysis.

It includes an optimization that makes the outputs of two calls unconditionally equal when the provided inputs are syntactically equal.

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

Successfully merging this pull request may close these issues.

1 participant