mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 16:52:15 +00:00
pair programming
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
03f2e6775c
commit
0ac6abf3a8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ namespace smt {
|
||||||
case l_true: {
|
case l_true: {
|
||||||
model_ref mdl;
|
model_ref mdl;
|
||||||
ctx->get_model(mdl);
|
ctx->get_model(mdl);
|
||||||
b.set_sat(tr, *mdl);
|
//b.set_sat(tr, *mdl);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
case l_false:
|
case l_false:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue