3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 10:55:50 +00:00

tidy, initial polysat

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-04-20 12:21:50 -07:00
parent 82bc6474a3
commit fc60690742
8 changed files with 496 additions and 32 deletions

View file

@ -66,6 +66,7 @@ namespace polysat {
solver::solver(reslimit& lim):
m_lim(lim),
m_bdd(1000),
m_fixplex(m_lim),
m_dm(m_value_manager, m_alloc),
m_free_vars(m_activity) {