Show / Hide Table of Contents

Interface IMissingColumnValuesTracker

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

Methods

| Improve this Doc View Source

GetMissingValuesForColumn(Int32)

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

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