mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
parent
8af245a410
commit
44d2f6da6c
8 changed files with 232 additions and 100 deletions
|
@ -38,7 +38,7 @@ typedef nla::variable_map_type variable_map_type;
|
|||
}
|
||||
|
||||
void add(lp::var_index v, unsigned sz, lp::var_index const* vs) {
|
||||
m_monics.push_back(mon_eq(v, sz, vs));
|
||||
m_monics.push_back(mon_eq(false, v, sz, vs));
|
||||
}
|
||||
|
||||
void push() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue