3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00
z3/src/smt/theory_arith.cpp
Nikolaj Bjorner b19f94ae5b make include paths uniformly use path relative to src. #534
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-07-31 13:24:11 -07:00

31 lines
467 B
C++

/*++
Copyright (c) 2006 Microsoft Corporation
Module Name:
theory_arith.cpp
Abstract:
<abstract>
Author:
Leonardo de Moura (leonardo) 2008-04-22.
Revision History:
--*/
#include "smt/theory_arith_def.h"
namespace smt {
template class theory_arith<mi_ext>;
template class theory_arith<i_ext>;
// template class theory_arith<si_ext>;
// template class theory_arith<smi_ext>;
template class smt::theory_arith<inf_ext>;
};