3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

Add small interval caching infrastructure

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-01-06 10:46:38 -08:00
parent 47c6a73e19
commit c01f27fe13
2 changed files with 112 additions and 8 deletions

View file

@ -44,6 +44,7 @@ namespace realclosure {
public:
struct imp;
private:
friend class save_interval_ctx;
imp * m_imp;
public:
manager(unsynch_mpq_manager & m, params_ref const & p = params_ref(), small_object_allocator * a = 0);