conFun
constraint function for nonlinear programming
Contents
Syntax
Description
This function computes the values of the constraints for a specific value for the control law parameters. For this, the reachable set is computed fist. Afterward, it is calculated how much the reachable set violates the constraints.
Input Arguments
|
x |
current value of the control law parameters |
||||||
|
Opts |
structure containing the following options
|
Output Arguments
|
c |
amount of violation for the inequality constraints (c <= 0: no violation) |
|
ceq |
amount of violation for the equality constraints (c == 0: no violation) |
See Also
optimizationBasedControl, costFun
© 2018-2023 I6 Technische Universität München Website License
|
![]() |
![]() |
![]() |


