mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 17:31:57 +00:00
merge with master
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
c513f3ca09
883 changed files with 13979 additions and 16480 deletions
|
@ -121,7 +121,7 @@ namespace sat {
|
|||
class tmp_clause {
|
||||
clause * m_clause;
|
||||
public:
|
||||
tmp_clause():m_clause(0) {}
|
||||
tmp_clause():m_clause(nullptr) {}
|
||||
~tmp_clause() { if (m_clause) dealloc_svect(m_clause); }
|
||||
clause * get() const { return m_clause; }
|
||||
void set(unsigned num_lits, literal const * lits, bool learned);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue