Click or drag to resize

AccessComputationCalculateCompleteIntervalsPerConstraint Property

Gets or sets a value indicating whether satisfaction intervals are computed for each constraint in the Access computation. If this value is set to true, ConstraintResults will contain an entry for each constraint, and SatisfactionIntervals will be filled with the intervals over which the constraint was satisfied. If this value is set to false, ConstraintResults will be null. The value of this property will not affect OverallSatisfactionIntervals. Generally, setting this property to false will result in much better performance.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool CalculateCompleteIntervalsPerConstraint { get; set; }

Property Value

Type: Boolean
See Also