Move methods with more than two lines to outside of class definition
This commit is contained in:
@@ -216,6 +216,17 @@ ConstraintTree::ConstraintTree (const ConstraintTree& ct)
|
||||
|
||||
|
||||
|
||||
ConstraintTree::ConstraintTree (
|
||||
const CTChilds& rootChilds,
|
||||
const LogVars& logVars)
|
||||
: root_(new CTNode (0, 0, rootChilds)),
|
||||
logVars_(logVars),
|
||||
logVarSet_(logVars)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
ConstraintTree::~ConstraintTree (void)
|
||||
{
|
||||
CTNode::deleteSubtree (root_);
|
||||
|
Reference in New Issue
Block a user