forgot destructor
This commit is contained in:
parent
89725dffbb
commit
b43e3316b3
@ -13,6 +13,13 @@ LiftedBp::LiftedBp (const ParfactorList& pfList)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
LiftedBp::~LiftedBp (void)
|
||||||
|
{
|
||||||
|
delete solver_;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Params
|
Params
|
||||||
LiftedBp::solveQuery (const Grounds& query)
|
LiftedBp::solveQuery (const Grounds& query)
|
||||||
{
|
{
|
||||||
|
@ -11,6 +11,8 @@ class LiftedBp
|
|||||||
public:
|
public:
|
||||||
LiftedBp (const ParfactorList& pfList);
|
LiftedBp (const ParfactorList& pfList);
|
||||||
|
|
||||||
|
~LiftedBp (void);
|
||||||
|
|
||||||
Params solveQuery (const Grounds&);
|
Params solveQuery (const Grounds&);
|
||||||
|
|
||||||
void printSolverFlags (void) const;
|
void printSolverFlags (void) const;
|
||||||
|
Reference in New Issue
Block a user