Show / Hide Table of Contents

Class PairwisePathSpec

Two adjacent tiles are considered to form a path only if their specific pair combination is listed in Note that this can be really inefficient compared with other path specs.

Inheritance
object
PairwisePathSpec
Implements
IPathSpec
Namespace: DeBroglie.Constraints.Path
Assembly: DeBroglie.dll
Syntax
public class PairwisePathSpec : IPathSpec

Properties

| Edit this page View Source

Pairs

Declaration
public (Tile, Tile)[] Pairs { get; set; }
Property Value
Type Description
(Tile, Tile)[]

Methods

| Edit this page View Source

MakeView(TilePropagator)

Declaration
public IPathView MakeView(TilePropagator tilePropagator)
Parameters
Type Name Description
TilePropagator tilePropagator
Returns
Type Description
IPathView

Implements

IPathSpec
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX