mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
misc
This commit is contained in:
parent
b0fd25f041
commit
4d55f83654
16 changed files with 107 additions and 54 deletions
|
@ -28,13 +28,6 @@ namespace sat {
|
|||
eframe(expr* e) : m_e(e), m_idx(0) {}
|
||||
};
|
||||
|
||||
struct scoped_stack {
|
||||
svector<eframe>& s;
|
||||
unsigned sz;
|
||||
scoped_stack(svector<eframe>& s):s(s), sz(s.size()) {}
|
||||
~scoped_stack() { s.shrink(sz); }
|
||||
};
|
||||
|
||||
class sat_internalizer {
|
||||
public:
|
||||
virtual ~sat_internalizer() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue