mirror of
https://github.com/Z3Prover/z3
synced 2025-06-02 20:31:21 +00:00
21 lines
308 B
C++
21 lines
308 B
C++
/*++
|
|
Copyright (c) 2012 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
interval_mpq.cpp
|
|
|
|
Abstract:
|
|
|
|
Instantiate template using defaults.
|
|
|
|
Author:
|
|
|
|
Leonardo de Moura (leonardo) 2012-10-31.
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
#include "math/interval/interval_def.h"
|
|
|
|
template class interval_manager<im_default_config>;
|