mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5bbe0508e4
commit
ed19af4c4e
3 changed files with 7 additions and 4 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue