mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
simplify
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
26c34c9193
commit
908254752b
|
@ -1232,15 +1232,10 @@ namespace smt {
|
|||
else if (ctx.e_internalized(m)) {
|
||||
ADD_OCC(m);
|
||||
}
|
||||
else if (!ctx.e_internalized(m)) {
|
||||
else {
|
||||
ctx.internalize(m, false);
|
||||
ADD_OCC(m);
|
||||
}
|
||||
else {
|
||||
TRACE("non_linear", tout << mk_pp(m, get_manager()) << "\n";);
|
||||
UNREACHABLE();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Update the number of occurrences in the result vector.
|
||||
|
|
Loading…
Reference in a new issue