mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
more on polynorm
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0fd94a033f
commit
6c5f7741b2
2 changed files with 110 additions and 1 deletions
|
@ -91,7 +91,7 @@ namespace smt {
|
|||
rational val;
|
||||
if (ctx.e_internalized(rep_of) && th_bv &&
|
||||
th_bv->get_fixed_value(rep_of.get(), val)) {
|
||||
result = m_th.u().mk_numeral(val.get_int64(), s);
|
||||
result = m_th.u().mk_numeral(val.get_int64(), s);
|
||||
}
|
||||
else {
|
||||
result = m_th.u().mk_numeral(0, s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue