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:
parent
8a260d89cd
commit
e6c9f27de4
3 changed files with 21 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue