mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
make generation of "some" Boolean value fair
This commit is contained in:
parent
d1c7ff1a36
commit
a9e6e567b0
3 changed files with 7 additions and 6 deletions
|
@ -32,7 +32,7 @@ proto_model::proto_model(ast_manager & m, params_ref const & p):
|
|||
model_core(m),
|
||||
m_eval(*this),
|
||||
m_rewrite(m) {
|
||||
register_factory(alloc(basic_factory, m));
|
||||
register_factory(alloc(basic_factory, m, m.get_num_asts()));
|
||||
m_user_sort_factory = alloc(user_sort_factory, m);
|
||||
register_factory(m_user_sort_factory);
|
||||
m_model_partial = model_params(p).partial();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue