Show / Hide Table of Contents

Interface IPossibility

Defines a possibility in the ExactCoverGraph.

Namespace: SudokuSpice.ConstraintBased
Assembly: SudokuSpice.dll
Syntax
public interface IPossibility

Properties

| Improve this Doc View Source

IsConcrete

True if this possibility is a concrete possibility, i.e. a leaf node in the graph, as opposed to a group of other possibilities.

Declaration
bool IsConcrete { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

State

The current state of this node in the ExactCoverGraph.

Declaration
NodeState State { get; }
Property Value
Type Description
NodeState
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX