mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
delay initializing internal manager so that parser does not choke on proper SMT-LIB logics. Reported by Venkateshan
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
591f6d096f
commit
adeae18471
3 changed files with 29 additions and 13 deletions
|
@ -149,6 +149,7 @@ protected:
|
|||
|
||||
ast_manager * m_manager;
|
||||
bool m_own_manager;
|
||||
bool m_manager_initialized;
|
||||
pdecl_manager * m_pmanager;
|
||||
sexpr_manager * m_sexpr_manager;
|
||||
check_logic m_check_logic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue