Skip to content

Commit

Permalink
do it also for activations
Browse files Browse the repository at this point in the history
  • Loading branch information
quickbeam123 committed Jan 19, 2025
1 parent f75a554 commit b6ef7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shell/Statistics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class Statistics {
unsigned taAcyclicityGeneratedDisequalities;

// Saturation
unsigned activations; // This is not a mere stat, it is also used for LRS estimation!
unsigned activations = 0; // This is not a mere stat, it is also used for LRS estimation!
/** all clauses ever occurring in the unprocessed queue */
unsigned generatedClauses;
/** all passive clauses */
Expand Down

0 comments on commit b6ef7f6

Please sign in to comment.