mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +00:00
fix build errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3de2feb84a
commit
454d20d23e
6 changed files with 9 additions and 8 deletions
|
@ -34,7 +34,6 @@ namespace sat {
|
|||
svector<int> m_left, m_right;
|
||||
literal_vector m_root, m_parent;
|
||||
bool m_learned;
|
||||
bool m_binary; // is the BIG produced from binary clauses or hyper-binary resolution?
|
||||
|
||||
svector<std::pair<literal, literal>> m_del_bin;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue