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

Statistics Bug fix #15

Merged
merged 1 commit into from
Apr 16, 2018
Merged

Conversation

clazarus
Copy link
Collaborator

Minor bug fix

  • fixes a bug that caused the Statistics object to be initialized with the default constructor when a query is UNSAT. The variable was declared but not initialized because of try-catch control flow. This made all the members of Statistics initialize to their default values yielding the object uninformative.

-fixes a bug that caused the Statistics object to be initialized with the default constructor when a query is UNSAT. The variable was declared but not initialized because of try-catch control flow.
@guykatzz guykatzz merged commit a4ed2a0 into NeuralNetworkVerification:master Apr 16, 2018
yuvaljacoby pushed a commit to yuvaljacoby/Marabou-1 that referenced this pull request Jun 9, 2020
matanost pushed a commit that referenced this pull request Nov 2, 2021
-fixes a bug that caused the Statistics object to be initialized with the default constructor when a query is UNSAT. The variable was declared but not initialized because of try-catch control flow.
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.

3 participants