mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
string
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
549ef0e052
commit
00491148f0
|
@ -377,7 +377,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
func_decl * decl = m_context.mk_fresh_head_predicate(
|
||||
symbol(parent_name.c_str()), symbol("split"),
|
||||
symbol(parent_name), symbol("split"),
|
||||
arity, domain.c_ptr(), parent_head);
|
||||
|
||||
app_ref head(m.mk_app(decl, arity, args.c_ptr()), m);
|
||||
|
|
Loading…
Reference in a new issue