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

z3-z3-4.13.0.src.smt.theory_dl.h Maven / Gradle / Ivy

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

Module Name:

    theory_dl.h

Abstract:

    Basic theory solver for DL finite domains.

Author:

    Nikolaj Bjorner (nbjorner) 2011-10-3

Revision History:

--*/
#pragma once


namespace smt {

    theory* mk_theory_dl(context& ctx);

};






© 2015 - 2024 Weber Informatics LLC | Privacy Policy