mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 12:51:22 +00:00
Updated declarations in decl_collector
This commit is contained in:
parent
ef3d340c85
commit
0fb3161113
1 changed files with 5 additions and 3 deletions
|
@ -21,6 +21,7 @@ Revision History:
|
|||
#define SMT_DECL_COLLECTOR_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"datatype_decl_plugin.h"
|
||||
|
||||
class decl_collector {
|
||||
ast_manager & m_manager;
|
||||
|
@ -31,6 +32,7 @@ class decl_collector {
|
|||
ast_mark m_visited;
|
||||
family_id m_basic_fid;
|
||||
family_id m_dt_fid;
|
||||
datatype_util m_dt_util;
|
||||
|
||||
void visit_sort(sort* n);
|
||||
bool is_bool(sort* s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue