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

Model values generated by first z3check are interdependent, need to show them by default #30

Open
dgpv opened this issue Feb 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dgpv
Copy link
Owner

dgpv commented Feb 23, 2024

And add a note to the report that tells if model values are independent of each other, or inderdependent

@dgpv dgpv changed the title First samples of model values are interdependent, need to show them by default Model values generated by first z3check are interdependent, need to show them by default Feb 23, 2024
@dgpv
Copy link
Owner Author

dgpv commented Feb 23, 2024

Right now model values can show, for example, tx_num_inputs to be 100, but current_input to be 150.

Readme tells about this, that model values are generated independently. But we actually have a set of inter-dependent values generated from first call to z3check(), and in this set current_input will always be < tx_num_inputs. But because the values are sorted, these set of inder-dependent values is usually hidden.

The set of inter-dependent values is useful information, so we need a way to show them.

@dgpv dgpv added the enhancement New feature or request label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant