3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-03 13:55:47 +00:00

print output file name

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-10-23 07:26:52 -07:00 committed by Lev Nachmanson
parent 8904a50103
commit 0db0efce9f
4 changed files with 178 additions and 139 deletions

View file

@ -115,6 +115,8 @@ public:
}
}
void erase(unsigned j);
struct ival {
unsigned m_var;
const T & m_coeff;