Show / Hide Table of Contents

Interface IObjective

Defines an objective in the ExactCoverGraph graph.

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

Properties

| Improve this Doc View Source

State

The current state of this node in the ExactCoverGraph.

Declaration
NodeState State { get; }
Property Value
Type Description
NodeState

Methods

| Improve this Doc View Source

GetUnknownDirectPossibilities()

Retrieves any possibilities that are direct descendents of this objective and whose states are unknown.

Declaration
IEnumerable<IPossibility> GetUnknownDirectPossibilities()
Returns
Type Description
System.Collections.Generic.IEnumerable<IPossibility>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX