#include <clause.h>
Collaboration diagram for CVCL::ClauseOwner:
Needed for backtraking data structures. When the SAT solver backtracks, some clauses will be thrown away automatically, and we need to mark those as deleted.
Definition at line 250 of file clause.h.
|
Disable default constructor.
|
|
Constructor from class Clause.
|
|
Construct a new Clause.
|
|
Copy constructor (keep track of refcounts).
|
|
Destructor: mark the clause as deleted.
|
|
Assignment (keep track of refcounts).
Definition at line 267 of file clause.h. References CVCL::Clause::countOwner(), and d_clause. |
|
Automatic type conversion to Clause ref.
|
|
Automatic type conversion to Clause const ref.
|
|
Definition at line 251 of file clause.h. Referenced by operator=(). |