mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
tune and fix doc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
16f80fce92
commit
918d52f1b0
13 changed files with 188 additions and 103 deletions
|
@ -149,7 +149,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
bool check_relation_plugin::can_handle_signature(const relation_signature & sig) {
|
||||
return m_base->can_handle_signature(sig);
|
||||
return m_base && m_base->can_handle_signature(sig);
|
||||
}
|
||||
relation_base * check_relation_plugin::mk_empty(const relation_signature & sig) {
|
||||
relation_base* r = m_base->mk_empty(sig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue