<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.sudopedia.org/index.php?action=history&amp;feed=atom&amp;title=Aligned_Pair_Exclusion</id>
	<title>Aligned Pair Exclusion - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.sudopedia.org/index.php?action=history&amp;feed=atom&amp;title=Aligned_Pair_Exclusion"/>
	<link rel="alternate" type="text/html" href="https://www.sudopedia.org/index.php?title=Aligned_Pair_Exclusion&amp;action=history"/>
	<updated>2026-04-29T05:47:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://www.sudopedia.org/index.php?title=Aligned_Pair_Exclusion&amp;diff=234&amp;oldid=prev</id>
		<title>Rooted: Created page with &quot;'''Aligned Pair Exclusion''' or '''APE''' is a solving technique in which the solver checks combinations of digits in a pair of cells located in an [[intersection]...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.sudopedia.org/index.php?title=Aligned_Pair_Exclusion&amp;diff=234&amp;oldid=prev"/>
		<updated>2020-06-04T01:13:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Aligned Pair Exclusion&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;APE&amp;#039;&amp;#039;&amp;#039; is a &lt;a href=&quot;/wiki/Solving_technique&quot; title=&quot;Solving technique&quot;&gt;solving technique&lt;/a&gt; in which the solver checks combinations of &lt;a href=&quot;/wiki/Digit&quot; title=&quot;Digit&quot;&gt;digits&lt;/a&gt; in a pair of &lt;a href=&quot;/wiki/Cell&quot; title=&quot;Cell&quot;&gt;cells&lt;/a&gt; located in an [[intersection]...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Aligned Pair Exclusion''' or '''APE''' is a [[solving technique]] in which the solver checks combinations of [[digit]]s in a pair of [[cell]]s located in an [[intersection]].&lt;br /&gt;
&lt;br /&gt;
It is a very laborious technique, which may explain why it is not so popular. Many APE moves can also be replicated by the easier [[XY-Wing]] and [[XYZ-Wing]] techniques. Some APE moves can also be replicated by the [[ALS-XZ]] rule.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Below are two examples that illustrate the APE move.&lt;br /&gt;
&lt;br /&gt;
=== Example 1 ===&lt;br /&gt;
{| cellspacing=&amp;quot;8&amp;quot; cellpadding=&amp;quot;0&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:APE.png|APE example]]&lt;br /&gt;
|&lt;br /&gt;
We are examining the pair '''r5c1''' and '''r6c1'''. Their respective candidates are:&lt;br /&gt;
 4,9&lt;br /&gt;
 1,2,5&lt;br /&gt;
&lt;br /&gt;
The following configurations are possible:&lt;br /&gt;
 4+1&lt;br /&gt;
 9+1*&lt;br /&gt;
 4+2&lt;br /&gt;
 9+2*&lt;br /&gt;
 4+5&lt;br /&gt;
 9+5*&lt;br /&gt;
The combination 1+9 is already present in '''r4c3''', which can [[see]] both cells. This combination would eliminate all candidates from this cell, so it must be invalid.&lt;br /&gt;
&lt;br /&gt;
The same reasoning can be used for the combination 2+9 and '''r2c1''', and also for 5+9 and '''r1c1'''.&lt;br /&gt;
&lt;br /&gt;
Effectively, all combinations which include a '''9''' in '''r5c1''' are invalid. As a result, we can eliminate this candidate. The remaining candidate '''4''' can be placed in '''r5c1'''.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Example 2 ===&lt;br /&gt;
{| cellspacing=&amp;quot;8&amp;quot; cellpadding=&amp;quot;0&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:APE2.png|APE example]]&lt;br /&gt;
|&lt;br /&gt;
Here we enumerate all the combinations of the cells '''r7c4''' and '''r8c4'''. Their respective candidates are:&lt;br /&gt;
 1,3,4,8&lt;br /&gt;
 3,4,6,8&lt;br /&gt;
&lt;br /&gt;
The enumeration goes as follows:&lt;br /&gt;
 1+3&lt;br /&gt;
 1+4&lt;br /&gt;
 1+6*&lt;br /&gt;
 1+8&lt;br /&gt;
 3+4&lt;br /&gt;
 3+6*&lt;br /&gt;
 3+8&lt;br /&gt;
 4+3&lt;br /&gt;
 4+6*&lt;br /&gt;
 4+8&lt;br /&gt;
 8+3&lt;br /&gt;
 8+4&lt;br /&gt;
 8+6*&lt;br /&gt;
Due to the cells '''r1c4''', '''r2c4''', '''r9c5''', '''r9c6''', four of the combinations are not permissible. When we strike off these illegal combinations, we find that all combinations with '''6''' are removed. Hence we can remove '''6''' from '''r8c4'''.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Extensions ==&lt;br /&gt;
'''Aligned Pair Exclusion''' can be extended to '''[[Aligned Triple Exclusion]]''' and so on. In fact, the set of cells to be enumerated does not need to be aligned at all. See '''[[Subset Exclusion]]'''.&lt;br /&gt;
&lt;br /&gt;
Yet another extension for '''Aligned Pair Exclusion''' is to consider not just bivalue cells, but also pairs of cells having a total of three candidates X, Y and Z. Then we can exclude the X+Y, X+Z and Y+Z combinations. See [http://scanraid.com/AdvanStrategies.htm#APE Andrew Stuart's ''Advanced Strategies''] (under ''Aligned Pair Exclusion - Type 2'') for two examples.&lt;br /&gt;
&lt;br /&gt;
== Relation between APE and ALS-XZ ==&lt;br /&gt;
Consider the APE without any extensions. To apply the APE, we are looking at the [[intersection]] of two [[constraint]]s, one a [[line]] and the other a [[box]]. Suppose we enumerate the combination of two [[cell]]s '''A''' and '''B''' within the intersection, leading to the [[elimination]] of some [[candidate]] in '''A'''. If one of the two constraints has only one cell '''X''' involved in the application of APE, then we can replicate this APE with an [[ALS-XZ]] rule which leads to the same elimination, where the two [[ALS]]s are: (a) the cell '''X''' itself, and (b) the cell '''B''' plus the cells in the other constraint that participates in the APE.&lt;br /&gt;
&lt;br /&gt;
Hence, Example 1 above can be recast as an ALS-XZ, with the first [[ALS]] being '''r4c3''' and the second [[ALS]] being '''r126c1''', the [[restricted common]] being '''1''', eliminating all instances of digit '''9''' that is seen by all cells in both [[ALS]]s that has '''9''' as a candidate. This eliminates '''9''' from both '''r2c3''' and '''r5c1'''.&lt;br /&gt;
&lt;br /&gt;
== Alternative Techniques ==&lt;br /&gt;
* [[XY-Wing]]&lt;br /&gt;
* [[XYZ-Wing]]&lt;br /&gt;
* [[ALS-XZ]]&lt;br /&gt;
* [[Subset Counting]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Aligned Triple Exclusion]]&lt;br /&gt;
* [[Subset Exclusion]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Solving Techniques]]&lt;/div&gt;</summary>
		<author><name>Rooted</name></author>
		
	</entry>
</feed>