mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 11:16:54 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
57a7bef96b
commit
501dbd9475
3 changed files with 1 additions and 9 deletions
|
|
@ -25,7 +25,6 @@ Author:
|
|||
#include "math/polysat/ule_constraint.h"
|
||||
#include "math/polysat/justification.h"
|
||||
#include "math/polysat/trail.h"
|
||||
#include "math/polysat/fixplex.h"
|
||||
|
||||
namespace polysat {
|
||||
|
||||
|
|
@ -50,7 +49,6 @@ namespace polysat {
|
|||
scoped_ptr_vector<dd::pdd_manager> m_pdd;
|
||||
scoped_ptr_vector<dd::fdd> m_bits;
|
||||
dd::bdd_manager m_bdd;
|
||||
fixplex<uint64_ext> m_fixplex;
|
||||
dep_value_manager m_value_manager;
|
||||
small_object_allocator m_alloc;
|
||||
poly_dep_manager m_dm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue