Show / Hide Table of Contents

Enum NodeState

Indicates if an IPossibility or IObjective is still possible, selected, or dropped.

Namespace: SudokuSpice.ConstraintBased
Assembly: SudokuSpice.dll
Syntax
public enum NodeState

Fields

Name Description
DROPPED

This node has been dropped, i.e. it is no longer possible with the currently selected values.

SELECTED

This node has been selected/satisfied.

UNKNOWN

This node is still possible.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX