fix warning
This commit is contained in:
parent
00faccd940
commit
05ef8610f4
@ -525,7 +525,7 @@ FoveSolver::runSolver (const Grounds& query)
|
||||
LiftedOperator*
|
||||
FoveSolver::getBestOperation (const Grounds& query)
|
||||
{
|
||||
unsigned bestCost;
|
||||
unsigned bestCost = Util::maxUnsigned();
|
||||
LiftedOperator* bestOp = 0;
|
||||
vector<LiftedOperator*> validOps;
|
||||
validOps = LiftedOperator::getValidOps (pfList_, query);
|
||||
|
Reference in New Issue
Block a user