Show / Hide Table of Contents

Interface IMissingRowValuesTracker

Tracks all the required unset values for a given row 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 IMissingRowValuesTracker : IRule

Methods

| Improve this Doc View Source

GetMissingValuesForRow(Int32)

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

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