All Downloads are FREE. Search and download functionalities are using the official Maven repository.

z3-z3-4.13.0.src.smt.smt_statistics.cpp Maven / Gradle / Ivy

The newest version!
/*++
Copyright (c) 2006 Microsoft Corporation

Module Name:

    smt_statistics.cpp

Abstract:

    

Author:

    Leonardo de Moura (leonardo) 2008-02-21.

Revision History:

--*/
#include
#include "smt/smt_statistics.h"

namespace smt {

    void statistics::reset() {
        memset(this, 0, sizeof(statistics));
    }

};





© 2015 - 2024 Weber Informatics LLC | Privacy Policy