3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 20:16:00 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-03-28 16:47:56 -07:00
parent 974ef3c147
commit dfb696becf
2 changed files with 17 additions and 5 deletions

View file

@ -38,6 +38,7 @@ Notes:
class goal2sat {
struct imp;
imp * m_imp;
unsigned m_scopes { 0 };
public:
goal2sat();