Skip to content

Commit

Permalink
Version 1.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MidoriKami committed Oct 8, 2023
1 parent 3486c4f commit 1464a46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MiniCactpotSolver/PerfectCactpot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ internal bool[] Solve(int[] state)
break;
}

case 9:
// We already picked our line.
return Array.Empty<bool>();

default:
case >= 2 and <= 4:
SolveAny(ref state, ref which_to_flip);
break;

default:
// We already picked our line.
return Array.Empty<bool>();
}

// pluginLog.Verbose($"Expected value: {value} MGP");
Expand Down

0 comments on commit 1464a46

Please sign in to comment.