3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

FPA API bugfixes

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2014-07-31 17:56:18 +01:00
parent c508b66cf7
commit 2cd4edf1a2
2 changed files with 3 additions and 3 deletions

View file

@ -122,7 +122,7 @@ namespace smt {
m_rw(term, t);
if (m_converter.is_rm_sort(term_sort)) {
if (m_converter.is_rm(term_sort)) {
SASSERT(is_app(t));
expr_ref bv_rm(m);
proof_ref bv_pr(m);
@ -183,7 +183,7 @@ namespace smt {
m_rw(owner, converted);
m_trans_map.insert(owner, converted, 0);
if (m_converter.is_rm_sort(m.get_sort(owner))) {
if (m_converter.is_rm(m.get_sort(owner))) {
mk_eq_bv_const(converted);
}
else {