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:
parent
47c6a73e19
commit
c01f27fe13
2 changed files with 112 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue