3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-09-19 09:02:37 -07:00
parent 5bbe0508e4
commit ed19af4c4e
3 changed files with 7 additions and 4 deletions

View file

@ -1629,6 +1629,7 @@ public:
expr_ref term2expr(lp::lar_term const& term) {
expr_ref t(m);
expr_ref_vector ts(m);
ts.push_back(a.mk_numeral(term.m_v, true));
for (auto const& p : term) {
lp::var_index wi = p.var();
if (m_solver->is_term(wi)) {