3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-11 09:44:43 +00:00

randomize generation of 'some value' for user sorts. #4557

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-07-01 16:34:09 -07:00
parent d91ca423ab
commit 655166b867
3 changed files with 14 additions and 2 deletions

View file

@ -359,6 +359,7 @@ namespace smt {
break;
model_ref cex;
m_aux_context->get_model(cex);
if (!add_instance(q, cex.get(), sks, true)) {
break;
}