mirror of
https://github.com/Z3Prover/z3
synced 2026-05-03 17:05:15 +00:00
First step towards explaining single bits
This commit is contained in:
parent
d5bc4b84a7
commit
ec06027515
8 changed files with 418 additions and 6 deletions
|
|
@ -24,6 +24,7 @@ Author:
|
|||
#include "math/polysat/constraint.h"
|
||||
#include "math/polysat/constraint_manager.h"
|
||||
#include "math/polysat/clause_builder.h"
|
||||
#include "math/polysat/fixed_bits.h"
|
||||
#include "math/polysat/simplify_clause.h"
|
||||
#include "math/polysat/simplify.h"
|
||||
#include "math/polysat/restart.h"
|
||||
|
|
@ -146,6 +147,7 @@ namespace polysat {
|
|||
viable m_viable; // viable sets per variable
|
||||
viable_fallback m_viable_fallback; // fallback for viable, using bitblasting over univariate constraints
|
||||
linear_solver m_linear_solver;
|
||||
fixed_bits m_fixed_bits;
|
||||
conflict m_conflict;
|
||||
simplify_clause m_simplify_clause;
|
||||
simplify m_simplify;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue