Click or drag to resize

TargetedSegmentListDifferentialCorrectorVariables Property

Gets the variables that will change the trajectory to satisfy the Constraints. These Variables will provide the SolverVariableSettings 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<SegmentPropagatorVariable> Variables { get; }

Property Value

Type: ListSegmentPropagatorVariable
See Also