3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-07-01 13:18:26 -07:00
parent 86a086b698
commit c040a0b9a5
7 changed files with 76 additions and 210 deletions

View file

@ -93,6 +93,8 @@ private:
emonomials m_emons;
svector<lpvar> m_add_buffer;
public:
reslimit m_reslim;
reslimit & reslim() { return m_reslim; }
emonomials& emons() { return m_emons; }
const emonomials& emons() const { return m_emons; }
// constructor