mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 13:10:50 +00:00
fix #6662
This commit is contained in:
parent
af9c760a68
commit
e6ea81546e
4 changed files with 29 additions and 1 deletions
|
@ -47,6 +47,7 @@ func_decl * special_relations_decl_plugin::mk_func_decl(
|
|||
if (!m_manager->is_bool(range)) {
|
||||
m_manager->raise_exception("range type is expected to be Boolean for special relations");
|
||||
}
|
||||
m_has_special_relation = true;
|
||||
func_decl_info info(m_family_id, k, num_parameters, parameters);
|
||||
symbol name;
|
||||
switch(k) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue