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
a0ece6dd2c
commit
083926c658
3 changed files with 146 additions and 60 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue