Class AI::CSP::AllSame
In: ai/csp/constraint.rb
Parent: Constraint

Ensures that all participating variables have the same value (maybe useless).

Methods

new   propagate  

Public Class methods

Public Instance methods

While expensive, this can prune huge amounts from the search space and will generally be a net performance gain.

[Validate]