@ServiceProviderFor(value=Rule.class) public class RuleOfSums extends RuleOfElimination
Rule implementation.  Calculates the
 minimum maximum possible value for any cell and removes any greater
 numbers from consideration.| Constructor and Description | 
|---|
RuleOfSums()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
applyTo(Puzzle puzzle)
 | 
protected int | 
max(Iterable<Cell> iterable)  | 
public RuleOfSums()
Copyright © 2015–2020 Allen D. Ball. All rights reserved.