mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
debug dio
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
0027ae21e8
commit
5a72117528
6 changed files with 153 additions and 63 deletions
|
@ -36,7 +36,7 @@ public:
|
|||
lpvar j() const { return m_j; }
|
||||
void set_j(unsigned j) {
|
||||
m_j = j;
|
||||
}
|
||||
}
|
||||
void add_monomial(const mpq& c, unsigned j) {
|
||||
if (c.is_zero())
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue