Skip to main content
type ConstraintArtifact =
  | HardConstraintArtifact
  | SoftConstraintArtifact;
Constraint artifact that can be applied to the solver model.