Click or drag to resize

TargetedSegmentListDifferentialCorrectorConstraints Property

Gets the constraints that the Variables will attempt to drive the trajectory of the parent TargetedSegmentList to. These Constraints will provide the SolverConstraintSettings to the Solver when GetOperatorEvaluator(EvaluatorGroup) is called.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public List<SegmentPropagatorConstraint> Constraints { get; }

Property Value

Type: ListSegmentPropagatorConstraint
See Also