Enum Domain.Equilibrium
The Equilibrium enum represents the equilibrium state of this Domain.
Namespace: HAPI
Assembly: hugincs-9.4-netstandard2.0-x64.dll
Syntax
public enum Domain.Equilibrium
Remarks
H_EQUILIBRIUM_NONE | |
H_EQUILIBRIUM_MAX | Represents max-equilibrium. Max-equilibrium is the state achieved by a max-propagation in the JunctionTree of this Domain. See also Propagate(Equilibrium, EvidenceMode). |
H_EQUILIBRIUM_SUM | Represents sum-equilibrium. Sum-equilibrium is the state achieved by a sum-propagation in the JunctionTree of this Domain. See also Propagate(Equilibrium, EvidenceMode). |
Fields
Name | Description |
---|---|
H_EQUILIBRIUM_MAX | |
H_EQUILIBRIUM_NONE | |
H_EQUILIBRIUM_SUM |