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

Add solvers statistics #2405

Open
montyly opened this issue Mar 24, 2021 · 0 comments
Open

Add solvers statistics #2405

montyly opened this issue Mar 24, 2021 · 0 comments
Assignees

Comments

@montyly
Copy link
Member

montyly commented Mar 24, 2021

We should have better statistics about the solver queries (timeout, ...)

dev-evm-experiments has some stats:

SOLVERS_RESULTS = Manager().dict({
'yices': 0,
'boolector': 0,
'cvc4': 0,
'unknown': 0,
'timeout': 0,
})

But this is enabled only for the solver parallelism, and is hardcoded right now. We need to define stats, and implement a proper logging system.

The stats will help us to evaluate the solvers performance, and to identify areas of improvements

Related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants