mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
save
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
86a086b698
commit
c040a0b9a5
7 changed files with 76 additions and 210 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue