mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
working on pivot
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
36cd80748f
commit
2d8769dc64
1 changed files with 0 additions and 2 deletions
|
@ -69,8 +69,6 @@ namespace polysat {
|
||||||
m_fixplex(m_lim),
|
m_fixplex(m_lim),
|
||||||
m_dm(m_value_manager, m_alloc),
|
m_dm(m_value_manager, m_alloc),
|
||||||
m_free_vars(m_activity) {
|
m_free_vars(m_activity) {
|
||||||
|
|
||||||
fixplex<uint64_ext> s(m_lim);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
solver::~solver() {}
|
solver::~solver() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue