mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 22:20:54 +00:00
parent
a63d1b1848
commit
b0b6394c6c
5 changed files with 15 additions and 16 deletions
|
@ -119,6 +119,7 @@ namespace sat {
|
|||
void add_ate(clause const& c);
|
||||
|
||||
bool empty() const { return m_entries.empty(); }
|
||||
unsigned size() const { return m_entries.size(); }
|
||||
|
||||
void reset();
|
||||
bool check_invariant(unsigned num_vars) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue