mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
move doc code to rel, adding unit test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cb8ad76677
commit
5679cc7567
12 changed files with 1138 additions and 19 deletions
|
@ -206,6 +206,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
void relation_manager::register_relation_plugin_impl(relation_plugin * plugin) {
|
||||
TRACE("dl", tout << "register: " << plugin->get_name() << "\n";);
|
||||
m_relation_plugins.push_back(plugin);
|
||||
plugin->initialize(get_next_relation_fid(*plugin));
|
||||
if (plugin->get_name() == get_context().default_relation()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue