mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
parent
c2e0491456
commit
735888145e
6 changed files with 23 additions and 20 deletions
|
@ -1986,6 +1986,7 @@ void ast_manager::delete_node(ast * n) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
sort * ast_manager::mk_sort(family_id fid, decl_kind k, unsigned num_parameters, parameter const * parameters) {
|
||||
decl_plugin * p = get_plugin(fid);
|
||||
if (p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue