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

Use get_var_values to get model in certifChecker #1099

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

daniel-larraz
Copy link
Contributor

Previously, models were retrieved using get-model, which could cause issues when minimizing invariants for Lustre models with arrays encoded as values of an uninterpreted sort, FArray, with arity 2. If the Lustre model includes arrays for two different element types (e.g., FArray Int Bool and FArray Int Int), Z3 returns models where the universes for FArray Int Bool and FArray Int Int may contain constants with the same name (e.g. FArray!val!3).

Previously, models were retrieved using get-model, which could cause issues when
minimizing invariants for Lustre models with arrays encoded as values of
an uninterpreted sort, FArray, with arity 2.
If the Lustre model includes arrays for two different element types (e.g.,
FArray Int Bool and FArray Int Int), Z3 returns models where the universes for
FArray Int Bool and FArray Int Int may contain constants with
the same name (e.g. FArray!val!3).
@daniel-larraz daniel-larraz merged commit a0ce37b into kind2-mc:develop Sep 28, 2024
4 checks passed
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