Click or drag to resize

TargetedSegmentListDifferentialCorrectorSolver Property

Gets or sets the MultivariableFunctionSolver that will be used to drive the trajectory to the constraints specified. All properties on the Solver should be set as needed except for the Function, Constraints and Variables.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MultivariableFunctionSolver Solver { get; set; }

Property Value

Type: MultivariableFunctionSolver
See Also