mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 16:48:06 +00:00
This commit is contained in:
parent
1b5f7cd9e5
commit
bc9c6ad93d
3 changed files with 12 additions and 4 deletions
|
@ -80,7 +80,8 @@ namespace pb {
|
|||
sat::sat_internalizer& si;
|
||||
pb_util m_pb;
|
||||
|
||||
sat::lookahead* m_lookahead{ nullptr };
|
||||
sat::lookahead* m_lookahead = nullptr;
|
||||
euf::solver* m_ctx = nullptr;
|
||||
stats m_stats;
|
||||
small_object_allocator m_allocator;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue