3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-02 08:10:43 +00:00

misc fixes

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-04-14 14:15:43 -07:00
parent 8a260d89cd
commit e6c9f27de4
3 changed files with 21 additions and 11 deletions

View file

@ -29,6 +29,7 @@ namespace polysat {
unsigned m_num_propagations;
unsigned m_num_conflicts;
void reset() { memset(this, 0, sizeof(*this)); }
stats() { reset(); }
};
typedef ptr_vector<constraint> constraints;