one step close to use one solver instatiation to solve several queries

This commit is contained in:
Tiago Gomes
2012-11-14 23:13:46 +00:00
parent b673dfd462
commit 4522850cd6
7 changed files with 35 additions and 10 deletions

View File

@@ -16,7 +16,9 @@ LiftedKc::~LiftedKc (void)
Params
LiftedKc::solveQuery (const Grounds& query)
{
pfList_ = parfactorList;
LiftedOperations::shatterAgainstQuery (pfList_, query);
LiftedOperations::runWeakBayesBall (pfList_, query);
lwcnf_ = new LiftedWCNF (pfList_);
circuit_ = new LiftedCircuit (lwcnf_);
vector<PrvGroup> groups;