Enum LinkConstraintFailureMode
Determines the action taken if a link constraint cannot be honoured.
Namespace: BayesServer.Learning.Structure
Assembly: BayesServer.Learning.Structure.dll
Syntax
public enum LinkConstraintFailureMode
  Fields
| Name | Description | 
|---|---|
| Ignore | If the link constraint cannot be honoured, ignore and continue.  | 
      
| ThrowException | If the link constraint cannot be honoured, throw an exception.  |