mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8c2735e68b
commit
934564882c
4 changed files with 46 additions and 12 deletions
|
@ -33,7 +33,7 @@ namespace polysat {
|
|||
friend class constraint_manager;
|
||||
|
||||
unsigned m_ref_count = 0; // TODO: remove refcount once we confirm it's not needed anymore
|
||||
bool m_redundant = false;
|
||||
bool m_redundant = true;
|
||||
sat::literal_vector m_literals;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue