Show / Hide Table of Contents

Interface IReadOnlyPossibleValues

Provides read-only access to possible value data for a puzzle.

Namespace: SudokuSpice.RuleBased
Assembly: SudokuSpice.dll
Syntax
public interface IReadOnlyPossibleValues

Properties

| Improve this Doc View Source

UniquePossibleValues

All the unique possible values any square can be set to.

Declaration
BitVector UniquePossibleValues { get; }
Property Value
Type Description
BitVector

Methods

| Improve this Doc View Source

GetPossibleValues(Coordinate)

Gets the current possible values for a given coordinate.

If the value is already set for the given coordinate, the result is undefined.

Declaration
BitVector GetPossibleValues(in Coordinate c)
Parameters
Type Name Description
Coordinate c
Returns
Type Description
BitVector
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX