3
0
Fork 0
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:
Lev Nachmanson 2025-01-16 14:17:53 -10:00 committed by Lev Nachmanson
parent 0027ae21e8
commit 5a72117528
6 changed files with 153 additions and 63 deletions

View file

@ -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;