arc-consistency
ConceptIn the provided source, arc-consistency is the domain-propagation technique reapplied during labeling: when a variable is fixed, its effects are propagated to other variable domains. The same source places this propagation in the STCS constraint solver, which uses coordinated interval and bit-based domain representations.
WIKI
arc-consistency
Overview
In the provided source, arc-consistency is described through its role in constraint propagation during search. In the labeling phase, the solver iteratively grounds variables (fixes a value for a variable) and then propagates the effect of that choice on other variable domains by applying the same arc-consistency techniques again.
Role in labeling
The source presents labeling as an iterative cycle of:
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →