when MTSA hits a failures it also allows strategy to increase rank
I wonder if this is a feature we want to preserve. The actual code where this happens is in GRGameSolver, line 149, see code below.
Se puede sacar las fallas de esto?
// If either a guarantee or a failure was just visited then it // is ok for the successor of state to have higher rank. boolean rankMayIncrease = getGRGoal().getGuarantee(guaranteeId).contains(state) || getGRGoal().getFailures().contains(state);