mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
fixing lex optimization
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
df5c2adc4e
commit
8c85ee6b7c
13 changed files with 219 additions and 125 deletions
|
@ -3937,6 +3937,11 @@ namespace smt {
|
|||
return th->get_value(n, value);
|
||||
}
|
||||
|
||||
void context::update_model() {
|
||||
mk_proto_model(l_true);
|
||||
m_model = m_proto_model->mk_model();
|
||||
}
|
||||
|
||||
void context::mk_proto_model(lbool r) {
|
||||
TRACE("get_model",
|
||||
display(tout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue