From ce0078be42bd089fef393651aa52b6fcf6fa7532 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 11 May 2020 16:07:46 +0200 Subject: raetselunit.pas: findePuzzelierung() beschleunigt: akzeptabel für n=5, für n=6 manchmal auch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- raetselunit.pas | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/raetselunit.pas b/raetselunit.pas index b8f7171..f52a4a3 100644 --- a/raetselunit.pas +++ b/raetselunit.pas @@ -1105,6 +1105,19 @@ begin continue; end; end; + if ((i div dim) > 0) and + (invPuzzleTeile[i-dim]['x']<>invPuzzleTeile[i]['x']) and + (kAnzs[invPuzzleTeile[i-dim]['x']]