mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
af389db2b2
commit
666e835e08
4 changed files with 22 additions and 9 deletions
|
@ -57,7 +57,7 @@ namespace smt {
|
|||
solver::fixed_eh_t m_fixed_eh;
|
||||
solver::eq_eh_t m_eq_eh;
|
||||
solver::eq_eh_t m_diseq_eh;
|
||||
void* m_api_context { nullptr };
|
||||
solver::context_obj* m_api_context { nullptr };
|
||||
|
||||
unsigned m_qhead { 0 };
|
||||
vector<prop_info> m_prop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue