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-03 12:34:51 -10:00 committed by Lev Nachmanson
parent a0ece6dd2c
commit 083926c658
3 changed files with 146 additions and 60 deletions

View file

@ -32,7 +32,9 @@ protected:
public:
// the column index related to the term
lpvar j() const { return m_j; }
lpvar& j() { return m_j; }
void set_j(unsigned j) {
m_j = j;
}
void add_monomial(const mpq& c, unsigned j) {
if (c.is_zero())
return;