Show / Hide Table of Contents

Class UniqueInXHelper

Inheritance
System.Object
UniqueInXHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SudokuSpice.RuleBased.Heuristics
Assembly: SudokuSpice.dll
Syntax
public class UniqueInXHelper

Constructors

| Improve this Doc View Source

UniqueInXHelper(IReadOnlyPuzzleWithMutablePossibleValues)

Declaration
public UniqueInXHelper(IReadOnlyPuzzleWithMutablePossibleValues puzzle)
Parameters
Type Name Description
IReadOnlyPuzzleWithMutablePossibleValues puzzle

Methods

| Improve this Doc View Source

CopyWithNewReference(IReadOnlyPuzzleWithMutablePossibleValues)

Declaration
public UniqueInXHelper CopyWithNewReference(IReadOnlyPuzzleWithMutablePossibleValues puzzle)
Parameters
Type Name Description
IReadOnlyPuzzleWithMutablePossibleValues puzzle
Returns
Type Description
UniqueInXHelper
| Improve this Doc View Source

UndoLastUpdate()

Declaration
public void UndoLastUpdate()
| Improve this Doc View Source

UpdateIfUnique(ReadOnlySpan<BitVector>, ReadOnlySpan<Coordinate[]>)

Declaration
public bool UpdateIfUnique(ReadOnlySpan<BitVector> possibleValuesToCheck, ReadOnlySpan<Coordinate[]> coordinatesToCheck)
Parameters
Type Name Description
System.ReadOnlySpan<BitVector> possibleValuesToCheck
System.ReadOnlySpan<Coordinate[]> coordinatesToCheck
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX