mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 16:33:18 +00:00
delay load specrels
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
541658fe02
commit
e2f5c1f7c8
4 changed files with 19 additions and 16 deletions
|
@ -30,7 +30,7 @@ static_features::static_features(ast_manager & m):
|
|||
m_afid(m.mk_family_id("arith")),
|
||||
m_lfid(m.mk_family_id("label")),
|
||||
m_arrfid(m.mk_family_id("array")),
|
||||
m_srfid(m.mk_family_id("special_relations")),
|
||||
m_srfid(m.mk_family_id("specrels")),
|
||||
m_label_sym("label"),
|
||||
m_pattern_sym("pattern"),
|
||||
m_expr_list_sym("expr-list") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue