mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 01:05:47 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3afe081f62
commit
4fb867a49c
7 changed files with 28 additions and 10 deletions
|
@ -25,6 +25,7 @@ Revision History:
|
|||
#include "ast/array_decl_plugin.h"
|
||||
#include "ast/fpa_decl_plugin.h"
|
||||
#include "ast/seq_decl_plugin.h"
|
||||
#include "ast/special_relations_decl_plugin.h"
|
||||
#include "util/map.h"
|
||||
|
||||
struct static_features {
|
||||
|
@ -38,6 +39,7 @@ struct static_features {
|
|||
family_id m_afid;
|
||||
family_id m_lfid;
|
||||
family_id m_arrfid;
|
||||
family_id m_srfid;
|
||||
ast_mark m_already_visited;
|
||||
bool m_cnf;
|
||||
unsigned m_num_exprs; //
|
||||
|
@ -79,6 +81,7 @@ struct static_features {
|
|||
bool m_has_real; //
|
||||
bool m_has_bv; //
|
||||
bool m_has_fpa; //
|
||||
bool m_has_sr; // has special relations
|
||||
bool m_has_str; // has String-typed terms
|
||||
bool m_has_seq_non_str; // has non-String-typed Sequence terms
|
||||
bool m_has_arrays; //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue