strictFeasZ
find feasible values for linear inequality constraint
Contents
Syntax
[pval,zval] = strictFeasZ(p,A_pz,b_pz,TOL)
Description
Find feasible values for the variables p and z such that the inequality A_pz * [p;z] <= b_pz is satisfied.
Input Arguments
|
p |
initial value for the variable p |
|
A_pz |
matrix for the inequality constraint |
|
b_pz |
vecotr for the inequality constraint |
|
TOL |
tolerance |
Output Arguments
|
pval |
feasible value for the variable p |
|
zval |
feasible value for the variable z |
See Also
© 2018-2023 I6 Technische Universität München Website License
|
![]() |
![]() |
![]() |


