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:
parent
d91ca423ab
commit
655166b867
3 changed files with 14 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue