Show / Hide Table of Contents

Interface IMissingBoxValuesTracker

Tracks all the required unset values for a given box in the Puzzle.

Inherited Members
IRule.CopyWithNewReference(IReadOnlyPuzzle)
IRule.GetPossibleValues(Coordinate)
IRule.Revert(Coordinate, Int32)
IRule.Revert(Coordinate, Int32, CoordinateTracker)
IRule.TryInit(IReadOnlyPuzzle, BitVector)
IRule.Update(Coordinate, Int32, CoordinateTracker)
Namespace: SudokuSpice.RuleBased.Rules
Assembly: SudokuSpice.dll
Syntax
public interface IMissingBoxValuesTracker : IRule

Methods

| Improve this Doc View Source

GetMissingValuesForBox(Int32)

Returns all the values that still need to be set in the given box.

Declaration
BitVector GetMissingValuesForBox(int box)
Parameters
Type Name Description
System.Int32 box
Returns
Type Description
BitVector
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX