3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

Add skeleton for the realclosure package

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-01-02 16:39:08 -08:00
parent a51c6d125d
commit edf62481e9
5 changed files with 856 additions and 3 deletions

View file

@ -105,10 +105,11 @@ struct interval_deps {
template<typename C>
class interval_manager {
public:
typedef typename C::numeral_manager numeral_manager;
typedef typename numeral_manager::numeral numeral;
typedef typename C::interval interval;
private:
C m_c;
numeral m_result_lower;
numeral m_result_upper;