mirror of
https://github.com/Z3Prover/z3
synced 2025-09-07 18:21:23 +00:00
fix traffic jam
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
27ec5c688f
commit
7bfb730fee
7 changed files with 217 additions and 94 deletions
|
@ -837,6 +837,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
lbool context::query(expr* query) {
|
||||
expr_ref _query(query, m);
|
||||
m_mc = mk_skip_model_converter();
|
||||
m_last_status = OK;
|
||||
m_last_answer = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue