3
0
Fork 0
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:
Nikolaj Bjorner 2019-06-10 15:28:18 -07:00
parent 27ec5c688f
commit 7bfb730fee
7 changed files with 217 additions and 94 deletions

View file

@ -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;