increase the cost of the grounding operator
This commit is contained in:
parent
5785260644
commit
51c279d24c
@ -501,7 +501,7 @@ GroundOperator::getLogCost (void)
|
||||
++ pflIt;
|
||||
}
|
||||
// cout << endl;
|
||||
return totalCost;
|
||||
return totalCost + 3;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user