[This is preliminary documentation and is subject to change.]

Indicates whether the current state of the NACS's reasoning mechanism (as set by the previous round of reasoning) should be reset before a new round of reasoning is started

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public bool RESET_BEFORE_REASONING_ROUND { get; set; }

Remarks

Default = true
Note
A "round of reasoning" should NOT be confused with the term "reasoning iteration." A reasoning iteration describes a single "spin" of the reasoning process, whereas a ROUND of reasoning describes a full completion of the reasoning process.

See Also