Module nimna_constraints

Module nimna_constraints

Search:
Group by:

Constraints

This module imports and reexports the Hard, Soft and Motif constraints. All those kinds of constraints may be used in combination.

Procs

proc lift(c: Compound): Compound {.
discardable, inline, raises: [], tags: []
.}
Resets all constraints in a Compound.
proc init(c: Compound): Compound {.
discardable, inline, raises: [], tags: []
.}
Initializes all constraint data structures in a Compound.